Html Css Color HEX #90EEFD Electric Blue

📋 copy color: '#90EEFD'

red 144 ◦ green 238 ◦ blue 253

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

Shades of Electric Blue #90EEFD

Tints of Electric Blue #90EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

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

R = 22.68%
G = 37.48%
B = 39.84%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90EEFD (or 0x90EEFD) is known color: Electric Blue. HEX triplet: 90, EE and FD. RGB value is (144,238,253). Sum of RGB (Red+Green+Blue) = 144+238+253=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #90EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEFD is #6F1102. Grayscale: #D3D3D3. Windows color (decimal): -7278851 or 16641680. OLE color: 16641680.

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

Color convert

RGB 144 238 253 -
CMYK 0.43 0.06 0 0.01
HSL 188.26º 0.96% 0.78% -
HSV(B) 188.26º 0.43% 0.99% -
XYZ 59.81 74.17 104.09 -
YUV 211.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 144 238 253 0.43 0.06 0 0.01 188.26 0.96 0.78
Hex 90 EE FD 2B 6 0 1 BC 60 4E
Octal 220 356 375 53 6 0 1 274 140 116
Binary 10010000 11101110 11111101 101011 110 0 1 10111100 1100000 1001110

Color Harmonies of #90EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEFD

Black with #90EEFD

Text Example


Text Example

White with #90EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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