Html Css Color HEX #89CEE5 Anakiwa

📋 copy color: '#89CEE5'

red 137 ◦ green 206 ◦ blue 229

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

Shades of Anakiwa #89CEE5

Tints of Anakiwa #89CEE5

RGB

 RED value IS 137 (53.91% from 255) = 23.95%

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 23.95%
G = 36.01%
B = 40.03%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#89CEE5 (or 0x89CEE5) is known color: Anakiwa. HEX triplet: 89, CE and E5. RGB value is (137,206,229). Sum of RGB (Red+Green+Blue) = 137+206+229=572 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.95% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #89CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEE5 is #76311A. Grayscale: #BBBBBB. Windows color (decimal): -7745819 or 15060617. OLE color: 15060617.

HSL color Cylindrical-coordinate representation of color #89CEE5: hue angle of 195º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89CEE5 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 206 229 -
CMYK 0.40 0.10 0 0.10
HSL 195º 0.64% 0.72% -
HSV(B) 195º 0.4% 0.9% -
XYZ 46.53 55.12 82.32 -
YUV 187.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 137 206 229 0.40 0.10 0 0.10 195 0.64 0.72
Hex 89 CE E5 28 A 0 A C3 40 48
Octal 211 316 345 50 12 0 12 303 100 110
Binary 10001001 11001110 11100101 101000 1010 0 1010 11000011 1000000 1001000

Color Harmonies of #89CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEE5

Black with #89CEE5

Text Example


Text Example

White with #89CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,206,229); }

 H1.HeaderClassName
 {
   color: #89CEE5;
 }
 .AnyTagClassName
 {
   color: #89CEE5;
 }
</style>

background-color css

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

 a { background-color: rgb(137,206,229); }

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

border-color css

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

 span { border-color: rgb(137,206,229); }

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