Html Css Color HEX #90EDFF Electric Blue

📋 copy color: '#90EDFF'

red 144 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #90EDFF

Tints of Electric Blue #90EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 255 (100% from 255) = 40.09%

R = 22.64%
G = 37.26%
B = 40.09%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90EDFF (or 0x90EDFF) is known color: Electric Blue. HEX triplet: 90, ED and FF. RGB value is (144,237,255). Sum of RGB (Red+Green+Blue) = 144+237+255=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDFF is #6F1200. Grayscale: #D3D3D3. Windows color (decimal): -7279105 or 16772496. OLE color: 16772496.

HSL color Cylindrical-coordinate representation of color #90EDFF: hue angle of 189.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90EDFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 237 255 -
CMYK 0.44 0.07 0 0
HSL 189.73º 1% 0.78% -
HSV(B) 189.73º 0.44% 1% -
XYZ 59.84 73.72 105.68 -
YUV 211.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 144 237 255 0.44 0.07 0 0 189.73 1 0.78
Hex 90 ED FF 2C 7 0 0 BE 64 4E
Octal 220 355 377 54 7 0 0 276 144 116
Binary 10010000 11101101 11111111 101100 111 0 0 10111110 1100100 1001110

Color Harmonies of #90EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDFF

Black with #90EDFF

Text Example


Text Example

White with #90EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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