Html Css Color HEX #90F3F0 Electric Blue

📋 copy color: '#90F3F0'

red 144 ◦ green 243 ◦ blue 240

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

Shades of Electric Blue #90F3F0

Tints of Electric Blue #90F3F0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.76%

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 22.97%
G = 38.76%
B = 38.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#90F3F0 (or 0x90F3F0) is known color: Electric Blue. HEX triplet: 90, F3 and F0. RGB value is (144,243,240). Sum of RGB (Red+Green+Blue) = 144+243+240=627 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.97% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F3F0 is #6F0C0F. Grayscale: #D4D4D4. Windows color (decimal): -7277584 or 15790992. OLE color: 15790992.

HSL color Cylindrical-coordinate representation of color #90F3F0: hue angle of 178.18º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F3F0 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 243 240 -
CMYK 0.41 0 0.01 0.05
HSL 178.18º 0.8% 0.76% -
HSV(B) 178.18º 0.41% 0.95% -
XYZ 59.28 76.32 94.05 -
YUV 213.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 144 243 240 0.41 0 0.01 0.05 178.18 0.8 0.76
Hex 90 F3 F0 29 0 1 5 B2 50 4C
Octal 220 363 360 51 0 1 5 262 120 114
Binary 10010000 11110011 11110000 101001 0 1 101 10110010 1010000 1001100

Color Harmonies of #90F3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F3F0

Black with #90F3F0

Text Example


Text Example

White with #90F3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,243,240); }

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

background-color css

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

 a { background-color: rgb(144,243,240); }

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

border-color css

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

 span { border-color: rgb(144,243,240); }

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