Html Css Color HEX #90F5FD Electric Blue

📋 copy color: '#90F5FD'

red 144 ◦ green 245 ◦ blue 253

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

Shades of Electric Blue #90F5FD

Tints of Electric Blue #90F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.16%

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 22.43%
G = 38.16%
B = 39.41%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90F5FD (or 0x90F5FD) is known color: Electric Blue. HEX triplet: 90, F5 and FD. RGB value is (144,245,253). Sum of RGB (Red+Green+Blue) = 144+245+253=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #90F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F5FD is #6F0A02. Grayscale: #D7D7D7. Windows color (decimal): -7277059 or 16643472. OLE color: 16643472.

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

Color convert

RGB 144 245 253 -
CMYK 0.43 0.03 0 0.01
HSL 184.4º 0.96% 0.78% -
HSV(B) 184.4º 0.43% 0.99% -
XYZ 61.88 78.33 104.79 -
YUV 215.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 144 245 253 0.43 0.03 0 0.01 184.4 0.96 0.78
Hex 90 F5 FD 2B 3 0 1 B8 60 4E
Octal 220 365 375 53 3 0 1 270 140 116
Binary 10010000 11110101 11111101 101011 11 0 1 10111000 1100000 1001110

Color Harmonies of #90F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F5FD

Black with #90F5FD

Text Example


Text Example

White with #90F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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