Html Css Color HEX #88C5E1 Anakiwa

📋 copy color: '#88C5E1'

red 136 ◦ green 197 ◦ blue 225

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

Shades of Anakiwa #88C5E1

Tints of Anakiwa #88C5E1

RGB

 RED value IS 136 (53.52% from 255) = 24.37%

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 24.37%
G = 35.3%
B = 40.32%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#88C5E1 (or 0x88C5E1) is known color: Anakiwa. HEX triplet: 88, C5 and E1. RGB value is (136,197,225). Sum of RGB (Red+Green+Blue) = 136+197+225=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #88C5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C5E1 is #773A1E. Grayscale: #B5B5B5. Windows color (decimal): -7813663 or 14796168. OLE color: 14796168.

HSL color Cylindrical-coordinate representation of color #88C5E1: hue angle of 198.88º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88C5E1 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 197 225 -
CMYK 0.40 0.12 0 0.12
HSL 198.88º 0.6% 0.71% -
HSV(B) 198.88º 0.4% 0.88% -
XYZ 43.71 50.6 78.7 -
YUV 181.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 136 197 225 0.40 0.12 0 0.12 198.88 0.6 0.71
Hex 88 C5 E1 28 C 0 C C7 3C 47
Octal 210 305 341 50 14 0 14 307 74 107
Binary 10001000 11000101 11100001 101000 1100 0 1100 11000111 111100 1000111

Color Harmonies of #88C5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C5E1

Black with #88C5E1

Text Example


Text Example

White with #88C5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C5E1; }

 p { color: rgb(136,197,225); }

 H1.HeaderClassName
 {
   color: #88C5E1;
 }
 .AnyTagClassName
 {
   color: #88C5E1;
 }
</style>

background-color css

<style>
 a { background-color: #88C5E1; }

 a { background-color: rgb(136,197,225); }

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

border-color css

<style>
 span { border-color: #88C5E1; }

 span { border-color: rgb(136,197,225); }

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