#CCF3F8

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

Shades of Oyster Bay #CCF3F8

Tints of Oyster Bay #CCF3F8

Color information

#CCF3F8 (or 0xCCF3F8) is unknown color: approx Oyster Bay. HEX triplet: CC, F3 and F8. RGB value is (204,243,248). Sum of RGB (Red+Green+Blue) = 204+243+248=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF3F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3F8 is #330C07. Grayscale: #E7E7E7. Windows color (decimal): -3345416 or 16315340. OLE color: 16315340.

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

Color convert

RGB204243248-
CMYK0.180.0200.03
HSL186.82º75.86%88.63%-
HSV(B)186.82º17.74%97.25%-
XYZ73.983.72101.07-
YUV231.91137.08108.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=29.35%
G=34.96%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042432480.180.0200.03186.8275.8688.63
HexCCF3F812203bb4c59
Octal31436337022203273114131
Binary11001100111100111111100010010100111011101110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3F8; }

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

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

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

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

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

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

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

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