Html Css Color HEX #90F9F3 Electric Blue

📋 copy color: '#90F9F3'

red 144 ◦ green 249 ◦ blue 243

#90F9F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #90F9F3

Tints of Electric Blue #90F9F3

RGB

 RED value IS 144 (56.64% from 255) = 22.64%

 GREEN value IS 249 (97.66% from 255) = 39.15%

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 22.64%
G = 39.15%
B = 38.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#90F9F3 (or 0x90F9F3) is known color: Electric Blue. HEX triplet: 90, F9 and F3. RGB value is (144,249,243). Sum of RGB (Red+Green+Blue) = 144+249+243=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F9F3 is #6F060C. Grayscale: #D8D8D8. Windows color (decimal): -7276045 or 15989136. OLE color: 15989136.

HSL color Cylindrical-coordinate representation of color #90F9F3: hue angle of 176.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9F3 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 249 243 -
CMYK 0.42 0 0.02 0.02
HSL 176.57º 0.9% 0.77% -
HSV(B) 176.57º 0.42% 0.98% -
XYZ 61.55 80.15 97.02 -
YUV 216.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 144 249 243 0.42 0 0.02 0.02 176.57 0.9 0.77
Hex 90 F9 F3 2A 0 2 2 B1 5A 4D
Octal 220 371 363 52 0 2 2 261 132 115
Binary 10010000 11111001 11110011 101010 0 10 10 10110001 1011010 1001101

Color Harmonies of #90F9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F9F3

Black with #90F9F3

Text Example


Text Example

White with #90F9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90F9F3; }

 p { color: rgb(144,249,243); }

 H1.HeaderClassName
 {
   color: #90F9F3;
 }
 .AnyTagClassName
 {
   color: #90F9F3;
 }
</style>

background-color css

<style>
 a { background-color: #90F9F3; }

 a { background-color: rgb(144,249,243); }

 div.DivClassName
 {
   background-color: #90F9F3;
 }
 .BgClassName
 {
   background-color: #90F9F3;
 }
</style>

border-color css

<style>
 span { border-color: #90F9F3; }

 span { border-color: rgb(144,249,243); }

 td.TdClassName
 {
   border-color: #90F9F3;
 }
 .TagClassName
 {
   border-color: #90F9F3;
 }
</style>