Html Css Color HEX #90FBEC Electric Blue

📋 copy color: '#90FBEC'

red 144 ◦ green 251 ◦ blue 236

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

Shades of Electric Blue #90FBEC

Tints of Electric Blue #90FBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.78%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 22.82%
G = 39.78%
B = 37.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#90FBEC (or 0x90FBEC) is known color: Electric Blue. HEX triplet: 90, FB and EC. RGB value is (144,251,236). Sum of RGB (Red+Green+Blue) = 144+251+236=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBEC is #6F0413. Grayscale: #D9D9D9. Windows color (decimal): -7275540 or 15530896. OLE color: 15530896.

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

Color convert

RGB 144 251 236 -
CMYK 0.43 0 0.06 0.02
HSL 171.59º 0.93% 0.77% -
HSV(B) 171.59º 0.43% 0.98% -
XYZ 61.14 80.98 91.77 -
YUV 217.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 144 251 236 0.43 0 0.06 0.02 171.59 0.93 0.77
Hex 90 FB EC 2B 0 6 2 AC 5D 4D
Octal 220 373 354 53 0 6 2 254 135 115
Binary 10010000 11111011 11101100 101011 0 110 10 10101100 1011101 1001101

Color Harmonies of #90FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FBEC

Black with #90FBEC

Text Example


Text Example

White with #90FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,251,236); }

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

background-color css

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

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

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

border-color css

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

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

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