Html Css Color HEX #90EFFC Electric Blue

📋 copy color: '#90EFFC'

red 144 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #90EFFC

Tints of Electric Blue #90EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 22.68%
G = 37.64%
B = 39.69%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90EFFC (or 0x90EFFC) is known color: Electric Blue. HEX triplet: 90, EF and FC. RGB value is (144,239,252). Sum of RGB (Red+Green+Blue) = 144+239+252=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #90EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFFC is #6F1003. Grayscale: #D3D3D3. Windows color (decimal): -7278596 or 16576400. OLE color: 16576400.

HSL color Cylindrical-coordinate representation of color #90EFFC: hue angle of 187.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90EFFC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 239 252 -
CMYK 0.43 0.05 0 0.01
HSL 187.22º 0.95% 0.78% -
HSV(B) 187.22º 0.43% 0.99% -
XYZ 59.94 74.69 103.35 -
YUV 212.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 144 239 252 0.43 0.05 0 0.01 187.22 0.95 0.78
Hex 90 EF FC 2B 5 0 1 BB 5F 4E
Octal 220 357 374 53 5 0 1 273 137 116
Binary 10010000 11101111 11111100 101011 101 0 1 10111011 1011111 1001110

Color Harmonies of #90EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFFC

Black with #90EFFC

Text Example


Text Example

White with #90EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,239,252); }

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

background-color css

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

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

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

border-color css

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

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

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