#89D5F1

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

Shades of Sky Blue #89D5F1

Tints of Sky Blue #89D5F1

Color information

#89D5F1 (or 0x89D5F1) is unknown color: approx Sky Blue. HEX triplet: 89, D5 and F1. RGB value is (137,213,241). Sum of RGB (Red+Green+Blue) = 137+213+241=591 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.18% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #89D5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89D5F1 is #762A0E. Grayscale: #C1C1C1. Windows color (decimal): -7744015 or 15848841. OLE color: 15848841.

HSL color Cylindrical-coordinate representation of color #89D5F1: hue angle of 196.15º degrees, saturation: 0.79, 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 #89D5F1 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137213241-
CMYK0.430.1200.05
HSL196.15º78.79%74.12%-
HSV(B)196.15º43.15%94.51%-
XYZ49.9959.2692.02-
YUV193.47154.8287.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.18%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=23.18%
G=36.04%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372132410.430.1200.05196.1578.7974.12
Hex89D5F12BC05c44f4a
Octal211325361531405304117112
Binary100010011101010111110001101011110001011100010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,213,241); }

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

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

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

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

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

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

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