Html Css Color HEX #90FAF8 Electric Blue

📋 copy color: '#90FAF8'

red 144 ◦ green 250 ◦ blue 248

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

Shades of Electric Blue #90FAF8

Tints of Electric Blue #90FAF8

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 144 250 248 -
CMYK 0.42 0 0.01 0.02
HSL 178.87º 0.91% 0.77% -
HSV(B) 178.87º 0.42% 0.98% -
XYZ 62.63 81.08 101.16 -
YUV 218.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 144 250 248 0.42 0 0.01 0.02 178.87 0.91 0.77
Hex 90 FA F8 2A 0 1 2 B3 5B 4D
Octal 220 372 370 52 0 1 2 263 133 115
Binary 10010000 11111010 11111000 101010 0 1 10 10110011 1011011 1001101

Color Harmonies of #90FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAF8

Black with #90FAF8

Text Example


Text Example

White with #90FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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