Html Css Color HEX #90FAFA Electric Blue

📋 copy color: '#90FAFA'

red 144 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #90FAFA

Tints of Electric Blue #90FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.82%

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

R = 22.36%
G = 38.82%
B = 38.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90FAFA (or 0x90FAFA) is known color: Electric Blue. HEX triplet: 90, FA and FA. RGB value is (144,250,250). Sum of RGB (Red+Green+Blue) = 144+250+250=644 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.36% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #90FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FAFA is #6F0505. Grayscale: #DADADA. Windows color (decimal): -7275782 or 16448144. OLE color: 16448144.

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

Color convert

RGB 144 250 250 -
CMYK 0.42 0 0 0.02
HSL 180º 0.91% 0.77% -
HSV(B) 180º 0.42% 0.98% -
XYZ 62.94 81.2 102.8 -
YUV 218.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 144 250 250 0.42 0 0 0.02 180 0.91 0.77
Hex 90 FA FA 2A 0 0 2 B4 5B 4D
Octal 220 372 372 52 0 0 2 264 133 115
Binary 10010000 11111010 11111010 101010 0 0 10 10110100 1011011 1001101

Color Harmonies of #90FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAFA

Black with #90FAFA

Text Example


Text Example

White with #90FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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