Html Css Color HEX #90F8FA Electric Blue

📋 copy color: '#90F8FA'

red 144 ◦ green 248 ◦ blue 250

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

Shades of Electric Blue #90F8FA

Tints of Electric Blue #90F8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 22.43%
G = 38.63%
B = 38.94%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90F8FA (or 0x90F8FA) is known color: Electric Blue. HEX triplet: 90, F8 and FA. RGB value is (144,248,250). Sum of RGB (Red+Green+Blue) = 144+248+250=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F8FA is #6F0705. Grayscale: #D9D9D9. Windows color (decimal): -7276294 or 16447632. OLE color: 16447632.

HSL color Cylindrical-coordinate representation of color #90F8FA: hue angle of 181.13º degrees, saturation: 0.91, 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 #90F8FA is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 248 250 -
CMYK 0.42 0.01 0 0.02
HSL 181.13º 0.91% 0.77% -
HSV(B) 181.13º 0.42% 0.98% -
XYZ 62.32 79.97 102.59 -
YUV 217.13 146.54 75.84 -
System Red Green Blue C M Y K H S L
Decimal 144 248 250 0.42 0.01 0 0.02 181.13 0.91 0.77
Hex 90 F8 FA 2A 1 0 2 B5 5B 4D
Octal 220 370 372 52 1 0 2 265 133 115
Binary 10010000 11111000 11111010 101010 1 0 10 10110101 1011011 1001101

Color Harmonies of #90F8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F8FA

Black with #90F8FA

Text Example


Text Example

White with #90F8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,248,250); }

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

background-color css

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

 a { background-color: rgb(144,248,250); }

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

border-color css

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

 span { border-color: rgb(144,248,250); }

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