#89E1F2

Color #89E1F2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #89E1F2

Tints of Sky Blue #89E1F2

Color information

#89E1F2 (or 0x89E1F2) is unknown color: approx Sky Blue. HEX triplet: 89, E1 and F2. RGB value is (137,225,242). Sum of RGB (Red+Green+Blue) = 137+225+242=604 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.68% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #89E1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1F2 is #761E0D. Grayscale: #C8C8C8. Windows color (decimal): -7740942 or 15917449. OLE color: 15917449.

HSL color Cylindrical-coordinate representation of color #89E1F2: hue angle of 189.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89E1F2 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137225242-
CMYK0.430.0700.05
HSL189.71º80.15%74.31%-
HSV(B)189.71º43.39%94.9%-
XYZ53.2765.5893.85-
YUV200.63151.3582.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.68%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=22.68%
G=37.25%
B=40.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372252420.430.0700.05189.7180.1574.31
Hex89E1F22B705be504a
Octal21134136253705276120112
Binary10001001111000011111001010101111101011011111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89E1F2; }

 p { color: rgb(137,225,242); }

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

<style>
 a { background-color: #89E1F2; }

 a { background-color: rgb(137,225,242); }

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

<style>
 span { border-color: #89E1F2; }

 span { border-color: rgb(137,225,242); }

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