#CCF6F8

Color #CCF6F8 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CCF6F8

Tints of Oyster Bay #CCF6F8

Color information

#CCF6F8 (or 0xCCF6F8) is unknown color: approx Oyster Bay. HEX triplet: CC, F6 and F8. RGB value is (204,246,248). Sum of RGB (Red+Green+Blue) = 204+246+248=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6F8 is #330907. Grayscale: #E9E9E9. Windows color (decimal): -3344648 or 16316108. OLE color: 16316108.

HSL color Cylindrical-coordinate representation of color #CCF6F8: hue angle of 182.73º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF6F8 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204246248-
CMYK0.180.0100.03
HSL182.73º75.86%88.63%-
HSV(B)182.73º17.74%97.25%-
XYZ74.885.53101.37-
YUV233.67136.09106.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.23%
GREEN value IS 246 (96.48% from 255) = 35.24%
BLUE value IS 248 (97.27% from 255) = 35.53%
R=29.23%
G=35.24%
B=35.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042462480.180.0100.03182.7375.8688.63
HexCCF6F812103b74c59
Octal31436637022103267114131
Binary1100110011110110111110001001010111011011110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6F8; }

 p { color: rgb(204,246,248); }

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

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

 a { background-color: rgb(204,246,248); }

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

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

 span { border-color: rgb(204,246,248); }

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