Html Css Color HEX #90FCED Electric Blue

📋 copy color: '#90FCED'

red 144 ◦ green 252 ◦ blue 237

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

Shades of Electric Blue #90FCED

Tints of Electric Blue #90FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.81%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 22.75%
G = 39.81%
B = 37.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#90FCED (or 0x90FCED) is known color: Electric Blue. HEX triplet: 90, FC and ED. RGB value is (144,252,237). Sum of RGB (Red+Green+Blue) = 144+252+237=633 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.75% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCED is #6F0312. Grayscale: #D9D9D9. Windows color (decimal): -7275283 or 15596688. OLE color: 15596688.

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

Color convert

RGB 144 252 237 -
CMYK 0.43 0 0.06 0.01
HSL 171.67º 0.95% 0.78% -
HSV(B) 171.67º 0.43% 0.99% -
XYZ 61.6 81.66 92.64 -
YUV 218 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 144 252 237 0.43 0 0.06 0.01 171.67 0.95 0.78
Hex 90 FC ED 2B 0 6 1 AC 5F 4E
Octal 220 374 355 53 0 6 1 254 137 116
Binary 10010000 11111100 11101101 101011 0 110 1 10101100 1011111 1001110

Color Harmonies of #90FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FCED

Black with #90FCED

Text Example


Text Example

White with #90FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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