Html Css Color HEX #90FDFE Electric Blue

📋 copy color: '#90FDFE'

red 144 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #90FDFE

Tints of Electric Blue #90FDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 22.12%
G = 38.86%
B = 39.02%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90FDFE (or 0x90FDFE) is known color: Electric Blue. HEX triplet: 90, FD and FE. RGB value is (144,253,254). Sum of RGB (Red+Green+Blue) = 144+253+254=651 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.12% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #90FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FDFE is #6F0201. Grayscale: #DCDCDC. Windows color (decimal): -7275010 or 16711056. OLE color: 16711056.

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

Color convert

RGB 144 253 254 -
CMYK 0.43 0.00 0 0.00
HSL 180.55º 0.98% 0.78% -
HSV(B) 180.55º 0.43% 1% -
XYZ 64.52 83.34 106.45 -
YUV 220.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 144 253 254 0.43 0.00 0 0.00 180.55 0.98 0.78
Hex 90 FD FE 2B 0 0 0 B5 62 4E
Octal 220 375 376 53 0 0 0 265 142 116
Binary 10010000 11111101 11111110 101011 0 0 0 10110101 1100010 1001110

Color Harmonies of #90FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDFE

Black with #90FDFE

Text Example


Text Example

White with #90FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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