Html Css Color HEX #88CDDF Spray

📋 copy color: '#88CDDF'

red 136 ◦ green 205 ◦ blue 223

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

Shades of Spray #88CDDF

Tints of Spray #88CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.35%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 24.11%
G = 36.35%
B = 39.54%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88CDDF (or 0x88CDDF) is known color: Spray. HEX triplet: 88, CD and DF. RGB value is (136,205,223). Sum of RGB (Red+Green+Blue) = 136+205+223=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #88CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDDF is #773220. Grayscale: #BABABA. Windows color (decimal): -7811617 or 14667144. OLE color: 14667144.

HSL color Cylindrical-coordinate representation of color #88CDDF: hue angle of 192.41º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88CDDF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 205 223 -
CMYK 0.39 0.08 0 0.13
HSL 192.41º 0.58% 0.7% -
HSV(B) 192.41º 0.39% 0.87% -
XYZ 45.3 54.22 77.89 -
YUV 186.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 136 205 223 0.39 0.08 0 0.13 192.41 0.58 0.7
Hex 88 CD DF 27 8 0 D C0 3A 46
Octal 210 315 337 47 10 0 15 300 72 106
Binary 10001000 11001101 11011111 100111 1000 0 1101 11000000 111010 1000110

Color Harmonies of #88CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CDDF

Black with #88CDDF

Text Example


Text Example

White with #88CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,205,223); }

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

background-color css

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

 a { background-color: rgb(136,205,223); }

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

border-color css

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

 span { border-color: rgb(136,205,223); }

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