Html Css Color HEX #88C2E1 Anakiwa

📋 copy color: '#88C2E1'

red 136 ◦ green 194 ◦ blue 225

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

Shades of Anakiwa #88C2E1

Tints of Anakiwa #88C2E1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

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

R = 24.5%
G = 34.95%
B = 40.54%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#88C2E1 (or 0x88C2E1) is known color: Anakiwa. HEX triplet: 88, C2 and E1. RGB value is (136,194,225). Sum of RGB (Red+Green+Blue) = 136+194+225=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #88C2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2E1 is #773D1E. Grayscale: #B4B4B4. Windows color (decimal): -7814431 or 14795400. OLE color: 14795400.

HSL color Cylindrical-coordinate representation of color #88C2E1: hue angle of 200.9º 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 #88C2E1 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 194 225 -
CMYK 0.40 0.14 0 0.12
HSL 200.9º 0.6% 0.71% -
HSV(B) 200.9º 0.4% 0.88% -
XYZ 43.04 49.25 78.47 -
YUV 180.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 136 194 225 0.40 0.14 0 0.12 200.9 0.6 0.71
Hex 88 C2 E1 28 E 0 C C9 3C 47
Octal 210 302 341 50 16 0 14 311 74 107
Binary 10001000 11000010 11100001 101000 1110 0 1100 11001001 111100 1000111

Color Harmonies of #88C2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C2E1

Black with #88C2E1

Text Example


Text Example

White with #88C2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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