#8CCFDE

Color #8CCFDE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8CCFDE

Tints of Spray #8CCFDE

Color information

#8CCFDE (or 0x8CCFDE) is unknown color: approx Spray. HEX triplet: 8C, CF and DE. RGB value is (140,207,222). Sum of RGB (Red+Green+Blue) = 140+207+222=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFDE is #733021. Grayscale: #BCBCBC. Windows color (decimal): -7548962 or 14602124. OLE color: 14602124.

HSL color Cylindrical-coordinate representation of color #8CCFDE: hue angle of 190.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCFDE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140207222-
CMYK0.370.0700.13
HSL190.98º55.41%70.98%-
HSV(B)190.98º36.94%87.06%-
XYZ46.3155.4877.37-
YUV188.68146.893.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=24.60%
G=36.38%
B=39.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402072220.370.0700.13190.9855.4170.98
Hex8CCFDE2570Dbf3747
Octal21431733645701527767107
Binary10001100110011111101111010010111101101101111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CCFDE; }

 p { color: rgb(140,207,222); }

 H1.HeaderClassName
 {
   color: #8CCFDE;
 }
 .AnyTagClassName
 {
   color: #8CCFDE;
 }
</style>
background-color css

<style>
 a { background-color: #8CCFDE; }

 a { background-color: rgb(140,207,222); }

 div.DivClassName
 {
   background-color: #8CCFDE;
 }
 .BgClassName
 {
   background-color: #8CCFDE;
 }
</style>
border-color css

<style>
 span { border-color: #8CCFDE; }

 span { border-color: rgb(140,207,222); }

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