Html Css Color HEX #90EFFF Electric Blue

📋 copy color: '#90EFFF'

red 144 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #90EFFF

Tints of Electric Blue #90EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.46%

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

R = 22.57%
G = 37.46%
B = 39.97%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90EFFF (or 0x90EFFF) is known color: Electric Blue. HEX triplet: 90, EF and FF. RGB value is (144,239,255). Sum of RGB (Red+Green+Blue) = 144+239+255=638 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.57% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFFF is #6F1000. Grayscale: #D4D4D4. Windows color (decimal): -7278593 or 16773008. OLE color: 16773008.

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

Color convert

RGB 144 239 255 -
CMYK 0.44 0.06 0 0
HSL 188.65º 1% 0.78% -
HSV(B) 188.65º 0.44% 1% -
XYZ 60.42 74.88 105.88 -
YUV 212.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 144 239 255 0.44 0.06 0 0 188.65 1 0.78
Hex 90 EF FF 2C 6 0 0 BD 64 4E
Octal 220 357 377 54 6 0 0 275 144 116
Binary 10010000 11101111 11111111 101100 110 0 0 10111101 1100100 1001110

Color Harmonies of #90EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFFF

Black with #90EFFF

Text Example


Text Example

White with #90EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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