Html Css Color HEX #88CBDC Spray

📋 copy color: '#88CBDC'

red 136 ◦ green 203 ◦ blue 220

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

Shades of Spray #88CBDC

Tints of Spray #88CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.31%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 24.33%
G = 36.31%
B = 39.36%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88CBDC (or 0x88CBDC) is known color: Spray. HEX triplet: 88, CB and DC. RGB value is (136,203,220). Sum of RGB (Red+Green+Blue) = 136+203+220=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #88CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBDC is #773423. Grayscale: #B8B8B8. Windows color (decimal): -7812132 or 14470024. OLE color: 14470024.

HSL color Cylindrical-coordinate representation of color #88CBDC: hue angle of 192.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CBDC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 203 220 -
CMYK 0.38 0.08 0 0.14
HSL 192.14º 0.55% 0.7% -
HSV(B) 192.14º 0.38% 0.86% -
XYZ 44.43 53.11 75.62 -
YUV 184.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 136 203 220 0.38 0.08 0 0.14 192.14 0.55 0.7
Hex 88 CB DC 26 8 0 E C0 37 46
Octal 210 313 334 46 10 0 16 300 67 106
Binary 10001000 11001011 11011100 100110 1000 0 1110 11000000 110111 1000110

Color Harmonies of #88CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBDC

Black with #88CBDC

Text Example


Text Example

White with #88CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,203,220); }

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

background-color css

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

 a { background-color: rgb(136,203,220); }

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

border-color css

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

 span { border-color: rgb(136,203,220); }

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