Html Css Color HEX #88C3CF Spray

📋 copy color: '#88C3CF'

red 136 ◦ green 195 ◦ blue 207

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

Shades of Spray #88C3CF

Tints of Spray #88C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

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

R = 25.28%
G = 36.25%
B = 38.48%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88C3CF (or 0x88C3CF) is known color: Spray. HEX triplet: 88, C3 and CF. RGB value is (136,195,207). Sum of RGB (Red+Green+Blue) = 136+195+207=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #88C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C3CF is #773C30. Grayscale: #B2B2B2. Windows color (decimal): -7814193 or 13616008. OLE color: 13616008.

HSL color Cylindrical-coordinate representation of color #88C3CF: hue angle of 190.14º 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 #88C3CF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 195 207 -
CMYK 0.34 0.06 0 0.19
HSL 190.14º 0.43% 0.67% -
HSV(B) 190.14º 0.34% 0.81% -
XYZ 40.93 48.77 66.29 -
YUV 178.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 136 195 207 0.34 0.06 0 0.19 190.14 0.43 0.67
Hex 88 C3 CF 22 6 0 13 BE 2B 43
Octal 210 303 317 42 6 0 23 276 53 103
Binary 10001000 11000011 11001111 100010 110 0 10011 10111110 101011 1000011

Color Harmonies of #88C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C3CF

Black with #88C3CF

Text Example


Text Example

White with #88C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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