#CCF7F8

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

Shades of Oyster Bay #CCF7F8

Tints of Oyster Bay #CCF7F8

Color information

#CCF7F8 (or 0xCCF7F8) is unknown color: approx Oyster Bay. HEX triplet: CC, F7 and F8. RGB value is (204,247,248). Sum of RGB (Red+Green+Blue) = 204+247+248=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7F8 is #330807. Grayscale: #EAEAEA. Windows color (decimal): -3344392 or 16316364. OLE color: 16316364.

HSL color Cylindrical-coordinate representation of color #CCF7F8: hue angle of 181.36º 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 #CCF7F8 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204247248-
CMYK0.180.0000.03
HSL181.36º75.86%88.63%-
HSV(B)181.36º17.74%97.25%-
XYZ75.1186.14101.47-
YUV234.26135.75106.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.18%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 248 (97.27% from 255) = 35.48%
R=29.18%
G=35.34%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472480.180.0000.03181.3675.8688.63
HexCCF7F812003b54c59
Octal31436737022003265114131
Binary1100110011110111111110001001000111011010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7F8; }

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

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

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

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

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

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

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

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