#CCF8F9

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

Shades of Oyster Bay #CCF8F9

Tints of Oyster Bay #CCF8F9

Color information

#CCF8F9 (or 0xCCF8F9) is unknown color: approx Oyster Bay. HEX triplet: CC, F8 and F9. RGB value is (204,248,249). Sum of RGB (Red+Green+Blue) = 204+248+249=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8F9 is #330706. Grayscale: #EAEAEA. Windows color (decimal): -3344135 or 16382156. OLE color: 16382156.

HSL color Cylindrical-coordinate representation of color #CCF8F9: hue angle of 181.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8F9 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204248249-
CMYK0.180.0000.02
HSL181.33º78.95%88.82%-
HSV(B)181.33º18.07%97.65%-
XYZ75.5786.81102.4-
YUV234.96135.92105.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=29.10%
G=35.38%
B=35.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042482490.180.0000.02181.3378.9588.82
HexCCF8F912002b54f59
Octal31437037122002265117131
Binary1100110011111000111110011001000101011010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8F9; }

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

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

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

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

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

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

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

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