#CAFAF7

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

Shades of Oyster Bay #CAFAF7

Tints of Oyster Bay #CAFAF7

Color information

#CAFAF7 (or 0xCAFAF7) is unknown color: approx Oyster Bay. HEX triplet: CA, FA and F7. RGB value is (202,250,247). Sum of RGB (Red+Green+Blue) = 202+250+247=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF7 is #350508. Grayscale: #EBEBEB. Windows color (decimal): -3474697 or 16251594. OLE color: 16251594.

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

Color convert

RGB202250247-
CMYK0.1900.010.02
HSL176.25º82.76%88.63%-
HSV(B)176.25º19.2%98.04%-
XYZ75.3387.64100.94-
YUV235.31134.6104.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 247 (96.88% from 255) = 35.34%
R=28.90%
G=35.77%
B=35.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502470.1900.010.02176.2582.7688.63
HexCAFAF713012b05359
Octal31237236723012260123131
Binary1100101011111010111101111001101101011000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAF7; }

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

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

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

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

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

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

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

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