Html Css Color HEX #90FDFC Electric Blue

📋 copy color: '#90FDFC'

red 144 ◦ green 253 ◦ blue 252

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

Shades of Electric Blue #90FDFC

Tints of Electric Blue #90FDFC

RGB

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

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

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

R = 22.19%
G = 38.98%
B = 38.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#90FDFC (or 0x90FDFC) is known color: Electric Blue. HEX triplet: 90, FD and FC. RGB value is (144,253,252). Sum of RGB (Red+Green+Blue) = 144+253+252=649 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.19% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FDFC is #6F0203. Grayscale: #DCDCDC. Windows color (decimal): -7275012 or 16579984. OLE color: 16579984.

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

Color convert

RGB 144 253 252 -
CMYK 0.43 0 0.00 0.01
HSL 179.45º 0.96% 0.78% -
HSV(B) 179.45º 0.43% 0.99% -
XYZ 64.2 83.21 104.77 -
YUV 220.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 144 253 252 0.43 0 0.00 0.01 179.45 0.96 0.78
Hex 90 FD FC 2B 0 0 1 B3 60 4E
Octal 220 375 374 53 0 0 1 263 140 116
Binary 10010000 11111101 11111100 101011 0 0 1 10110011 1100000 1001110

Color Harmonies of #90FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDFC

Black with #90FDFC

Text Example


Text Example

White with #90FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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