#CAF3F1

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

Shades of Oyster Bay #CAF3F1

Tints of Oyster Bay #CAF3F1

Color information

#CAF3F1 (or 0xCAF3F1) is unknown color: approx Oyster Bay. HEX triplet: CA, F3 and F1. RGB value is (202,243,241). Sum of RGB (Red+Green+Blue) = 202+243+241=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3F1 is #350C0E. Grayscale: #E6E6E6. Windows color (decimal): -3476495 or 15856586. OLE color: 15856586.

HSL color Cylindrical-coordinate representation of color #CAF3F1: hue angle of 177.07º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF3F1 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB202243241-
CMYK0.1700.010.05
HSL177.07º63.08%87.25%-
HSV(B)177.07º16.87%95.29%-
XYZ72.2883.0195.43-
YUV230.51133.92107.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=29.45%
G=35.42%
B=35.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432410.1700.010.05177.0763.0887.25
HexCAF3F111015b13f57
Octal3123633612101526177127
Binary1100101011110011111100011000101101101100011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3F1; }

 p { color: rgb(202,243,241); }

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

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

 a { background-color: rgb(202,243,241); }

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

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

 span { border-color: rgb(202,243,241); }

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