Html Css Color HEX #90F7ED Electric Blue

📋 copy color: '#90F7ED'

red 144 ◦ green 247 ◦ blue 237

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

Shades of Electric Blue #90F7ED

Tints of Electric Blue #90F7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.33%

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

R = 22.93%
G = 39.33%
B = 37.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#90F7ED (or 0x90F7ED) is known color: Electric Blue. HEX triplet: 90, F7 and ED. RGB value is (144,247,237). Sum of RGB (Red+Green+Blue) = 144+247+237=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F7ED is #6F0812. Grayscale: #D6D6D6. Windows color (decimal): -7276563 or 15595408. OLE color: 15595408.

HSL color Cylindrical-coordinate representation of color #90F7ED: hue angle of 174.17º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7ED is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 247 237 -
CMYK 0.42 0 0.04 0.03
HSL 174.17º 0.87% 0.77% -
HSV(B) 174.17º 0.42% 0.97% -
XYZ 60.05 78.57 92.12 -
YUV 215.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 144 247 237 0.42 0 0.04 0.03 174.17 0.87 0.77
Hex 90 F7 ED 2A 0 4 3 AE 57 4D
Octal 220 367 355 52 0 4 3 256 127 115
Binary 10010000 11110111 11101101 101010 0 100 11 10101110 1010111 1001101

Color Harmonies of #90F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F7ED

Black with #90F7ED

Text Example


Text Example

White with #90F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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