Html Css Color HEX #88CCCF Spray

📋 copy color: '#88CCCF'

red 136 ◦ green 204 ◦ blue 207

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

Shades of Spray #88CCCF

Tints of Spray #88CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.29%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 24.86%
G = 37.29%
B = 37.84%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88CCCF (or 0x88CCCF) is known color: Spray. HEX triplet: 88, CC and CF. RGB value is (136,204,207). Sum of RGB (Red+Green+Blue) = 136+204+207=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #88CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCCF is #773330. Grayscale: #B7B7B7. Windows color (decimal): -7811889 or 13618312. OLE color: 13618312.

HSL color Cylindrical-coordinate representation of color #88CCCF: hue angle of 182.54º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CCCF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 204 207 -
CMYK 0.34 0.01 0 0.19
HSL 182.54º 0.43% 0.67% -
HSV(B) 182.54º 0.34% 0.81% -
XYZ 43.01 52.92 66.98 -
YUV 184.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 136 204 207 0.34 0.01 0 0.19 182.54 0.43 0.67
Hex 88 CC CF 22 1 0 13 B7 2B 43
Octal 210 314 317 42 1 0 23 267 53 103
Binary 10001000 11001100 11001111 100010 1 0 10011 10110111 101011 1000011

Color Harmonies of #88CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCCF

Black with #88CCCF

Text Example


Text Example

White with #88CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,204,207); }

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

background-color css

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

 a { background-color: rgb(136,204,207); }

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

border-color css

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

 span { border-color: rgb(136,204,207); }

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