#CAF7F6

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

Shades of Oyster Bay #CAF7F6

Tints of Oyster Bay #CAF7F6

Color information

#CAF7F6 (or 0xCAF7F6) is unknown color: approx Oyster Bay. HEX triplet: CA, F7 and F6. RGB value is (202,247,246). Sum of RGB (Red+Green+Blue) = 202+247+246=695 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.06% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7F6 is #350809. Grayscale: #E9E9E9. Windows color (decimal): -3475466 or 16185290. OLE color: 16185290.

HSL color Cylindrical-coordinate representation of color #CAF7F6: hue angle of 178.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7F6 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB202247246-
CMYK0.1800.000.03
HSL178.67º73.77%88.04%-
HSV(B)178.67º18.22%96.86%-
XYZ74.2585.7399.82-
YUV233.43135.09105.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.06%
GREEN value IS 247 (96.88% from 255) = 35.54%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=29.06%
G=35.54%
B=35.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472460.1800.000.03178.6773.7788.04
HexCAF7F612003b34a58
Octal31236736622003263112130
Binary1100101011110111111101101001000111011001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7F6; }

 p { color: rgb(202,247,246); }

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

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

 a { background-color: rgb(202,247,246); }

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

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

 span { border-color: rgb(202,247,246); }

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