Html Css Color HEX #90F4F7 Electric Blue

📋 copy color: '#90F4F7'

red 144 ◦ green 244 ◦ blue 247

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

Shades of Electric Blue #90F4F7

Tints of Electric Blue #90F4F7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.43%

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 22.68%
G = 38.43%
B = 38.9%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#90F4F7 (or 0x90F4F7) is known color: Electric Blue. HEX triplet: 90, F4 and F7. RGB value is (144,244,247). Sum of RGB (Red+Green+Blue) = 144+244+247=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #90F4F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F4F7 is #6F0B08. Grayscale: #D6D6D6. Windows color (decimal): -7277321 or 16250000. OLE color: 16250000.

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

Color convert

RGB 144 244 247 -
CMYK 0.42 0.01 0 0.03
HSL 181.75º 0.87% 0.77% -
HSV(B) 181.75º 0.42% 0.97% -
XYZ 60.64 77.35 99.73 -
YUV 214.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 144 244 247 0.42 0.01 0 0.03 181.75 0.87 0.77
Hex 90 F4 F7 2A 1 0 3 B6 57 4D
Octal 220 364 367 52 1 0 3 266 127 115
Binary 10010000 11110100 11110111 101010 1 0 11 10110110 1010111 1001101

Color Harmonies of #90F4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F4F7

Black with #90F4F7

Text Example


Text Example

White with #90F4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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