#CAFAF9

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

Shades of Oyster Bay #CAFAF9

Tints of Oyster Bay #CAFAF9

Color information

#CAFAF9 (or 0xCAFAF9) is unknown color: approx Oyster Bay. HEX triplet: CA, FA and F9. RGB value is (202,250,249). Sum of RGB (Red+Green+Blue) = 202+250+249=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF9 is #350506. Grayscale: #EBEBEB. Windows color (decimal): -3474695 or 16382666. OLE color: 16382666.

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

Color convert

RGB202250249-
CMYK0.1900.000.02
HSL178.75º82.76%88.63%-
HSV(B)178.75º19.2%98.04%-
XYZ75.6487.77102.58-
YUV235.53135.6104.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.82%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=28.82%
G=35.66%
B=35.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502490.1900.000.02178.7582.7688.63
HexCAFAF913002b35359
Octal31237237123002263123131
Binary1100101011111010111110011001100101011001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAF9; }

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

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

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

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

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

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

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

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