Html Css Color HEX #90F6ED Electric Blue

📋 copy color: '#90F6ED'

red 144 ◦ green 246 ◦ blue 237

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

Shades of Electric Blue #90F6ED

Tints of Electric Blue #90F6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 22.97%
G = 39.23%
B = 37.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#90F6ED (or 0x90F6ED) is known color: Electric Blue. HEX triplet: 90, F6 and ED. RGB value is (144,246,237). Sum of RGB (Red+Green+Blue) = 144+246+237=627 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.97% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #90F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F6ED is #6F0912. Grayscale: #D6D6D6. Windows color (decimal): -7276819 or 15595152. OLE color: 15595152.

HSL color Cylindrical-coordinate representation of color #90F6ED: hue angle of 174.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F6ED is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 246 237 -
CMYK 0.41 0 0.04 0.04
HSL 174.71º 0.85% 0.76% -
HSV(B) 174.71º 0.41% 0.96% -
XYZ 59.74 77.96 92.02 -
YUV 214.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 144 246 237 0.41 0 0.04 0.04 174.71 0.85 0.76
Hex 90 F6 ED 29 0 4 4 AF 55 4C
Octal 220 366 355 51 0 4 4 257 125 114
Binary 10010000 11110110 11101101 101001 0 100 100 10101111 1010101 1001100

Color Harmonies of #90F6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F6ED

Black with #90F6ED

Text Example


Text Example

White with #90F6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,246,237); }

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

background-color css

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

 a { background-color: rgb(144,246,237); }

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

border-color css

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

 span { border-color: rgb(144,246,237); }

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