Html Css Color HEX #90F5F6 Electric Blue

📋 copy color: '#90F5F6'

red 144 ◦ green 245 ◦ blue 246

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

Shades of Electric Blue #90F5F6

Tints of Electric Blue #90F5F6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.58%

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 22.68%
G = 38.58%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#90F5F6 (or 0x90F5F6) is known color: Electric Blue. HEX triplet: 90, F5 and F6. RGB value is (144,245,246). Sum of RGB (Red+Green+Blue) = 144+245+246=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #90F5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F5F6 is #6F0A09. Grayscale: #D6D6D6. Windows color (decimal): -7277066 or 16184720. OLE color: 16184720.

HSL color Cylindrical-coordinate representation of color #90F5F6: hue angle of 180.59º 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 #90F5F6 is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 245 246 -
CMYK 0.41 0.00 0 0.04
HSL 180.59º 0.85% 0.76% -
HSV(B) 180.59º 0.41% 0.96% -
XYZ 60.79 77.89 99.02 -
YUV 214.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 144 245 246 0.41 0.00 0 0.04 180.59 0.85 0.76
Hex 90 F5 F6 29 0 0 4 B5 55 4C
Octal 220 365 366 51 0 0 4 265 125 114
Binary 10010000 11110101 11110110 101001 0 0 100 10110101 1010101 1001100

Color Harmonies of #90F5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F5F6

Black with #90F5F6

Text Example


Text Example

White with #90F5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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