#90F1F1

Color #90F1F1 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #90F1F1

Tints of Electric Blue #90F1F1

Color information

#90F1F1 (or 0x90F1F1) is unknown color: approx Electric Blue. HEX triplet: 90, F1 and F1. RGB value is (144,241,241). Sum of RGB (Red+Green+Blue) = 144+241+241=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #90F1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1F1 is #6F0E0E. Grayscale: #D3D3D3. Windows color (decimal): -7278095 or 15856016. OLE color: 15856016.

HSL color Cylindrical-coordinate representation of color #90F1F1: hue angle of 180º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1F1 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144241241-
CMYK0.40000.05
HSL180º77.6%75.49%-
HSV(B)180º40.25%94.51%-
XYZ58.8375.1994.63-
YUV212144.3679.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.00%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=23.00%
G=38.50%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442412410.40000.0518077.675.49
Hex90F1F128005b44e4b
Octal22036136150005264116113
Binary100100001111000111110001101000001011011010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,241,241); }

 H1.HeaderClassName
 {
   color: #90F1F1;
 }
 .AnyTagClassName
 {
   color: #90F1F1;
 }
</style>
background-color css

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

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

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

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

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

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