Html Css Color HEX #90FDFF Electric Blue

📋 copy color: '#90FDFF'

red 144 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #90FDFF

Tints of Electric Blue #90FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.8%

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

R = 22.09%
G = 38.8%
B = 39.11%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90FDFF (or 0x90FDFF) is known color: Electric Blue. HEX triplet: 90, FD and FF. RGB value is (144,253,255). Sum of RGB (Red+Green+Blue) = 144+253+255=652 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.09% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #90FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FDFF is #6F0200. Grayscale: #DCDCDC. Windows color (decimal): -7275009 or 16776592. OLE color: 16776592.

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

Color convert

RGB 144 253 255 -
CMYK 0.44 0.01 0 0
HSL 181.08º 1% 0.78% -
HSV(B) 181.08º 0.44% 1% -
XYZ 64.68 83.4 107.3 -
YUV 220.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 144 253 255 0.44 0.01 0 0 181.08 1 0.78
Hex 90 FD FF 2C 1 0 0 B5 64 4E
Octal 220 375 377 54 1 0 0 265 144 116
Binary 10010000 11111101 11111111 101100 1 0 0 10110101 1100100 1001110

Color Harmonies of #90FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDFF

Black with #90FDFF

Text Example


Text Example

White with #90FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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