#CAFAF8

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

Shades of Oyster Bay #CAFAF8

Tints of Oyster Bay #CAFAF8

Color information

#CAFAF8 (or 0xCAFAF8) is unknown color: approx Oyster Bay. HEX triplet: CA, FA and F8. RGB value is (202,250,248). Sum of RGB (Red+Green+Blue) = 202+250+248=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF8 is #350507. Grayscale: #EBEBEB. Windows color (decimal): -3474696 or 16317130. OLE color: 16317130.

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

Color convert

RGB202250248-
CMYK0.1900.010.02
HSL177.5º82.76%88.63%-
HSV(B)177.5º19.2%98.04%-
XYZ75.4987.71101.76-
YUV235.42135.1104.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.86%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 248 (97.27% from 255) = 35.43%
R=28.86%
G=35.71%
B=35.43%

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
Decimal2022502480.1900.010.02177.582.7688.63
HexCAFAF813012b25359
Octal31237237023012262123131
Binary1100101011111010111110001001101101011001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAF8; }

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

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

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

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

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

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

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

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