#ccf6fa

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

Shades of Oyster Bay #CCF6FA

Tints of Oyster Bay #CCF6FA

Color information

#CCF6FA (or 0xCCF6FA) is unknown color: approx Oyster Bay. HEX triplet: CC, F6 and FA. RGB value is (204,246,250). Sum of RGB (Red+Green+Blue) = 204+246+250=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FA is #330905. Grayscale: #E9E9E9. Windows color (decimal): -3344646 or 16447180. OLE color: 16447180.

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

Color convert

RGB204246250-
CMYK0.180.0200.02
HSL185.22º82.14%89.02%-
HSV(B)185.22º18.4%98.04%-
XYZ75.1185.65103.02-
YUV233.9137.09106.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.14%
GREEN value IS 246 (96.48% from 255) = 35.14%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=29.14%
G=35.14%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042462500.180.0200.02185.2282.1489.02
HexCCF6FA12202b95259
Octal31436637222202271122131
Binary11001100111101101111101010010100101011100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf6fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf6fa; }

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

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

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

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

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

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

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

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