#CCF4F8

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

Shades of Oyster Bay #CCF4F8

Tints of Oyster Bay #CCF4F8

Color information

#CCF4F8 (or 0xCCF4F8) is unknown color: approx Oyster Bay. HEX triplet: CC, F4 and F8. RGB value is (204,244,248). Sum of RGB (Red+Green+Blue) = 204+244+248=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4F8 is #330B07. Grayscale: #E8E8E8. Windows color (decimal): -3345160 or 16315596. OLE color: 16315596.

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

Color convert

RGB204244248-
CMYK0.180.0200.03
HSL185.45º75.86%88.63%-
HSV(B)185.45º17.74%97.25%-
XYZ74.284.32101.17-
YUV232.5136.75107.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 244 (95.70% from 255) = 35.06%
BLUE value IS 248 (97.27% from 255) = 35.63%
R=29.31%
G=35.06%
B=35.63%

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
Decimal2042442480.180.0200.03185.4575.8688.63
HexCCF4F812203b94c59
Octal31436437022203271114131
Binary11001100111101001111100010010100111011100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4F8; }

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

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

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

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

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

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

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

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