#CAF2F3

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

Shades of Oyster Bay #CAF2F3

Tints of Oyster Bay #CAF2F3

Color information

#CAF2F3 (or 0xCAF2F3) is unknown color: approx Oyster Bay. HEX triplet: CA, F2 and F3. RGB value is (202,242,243). Sum of RGB (Red+Green+Blue) = 202+242+243=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2F3 is #350D0C. Grayscale: #E6E6E6. Windows color (decimal): -3476749 or 15987402. OLE color: 15987402.

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

Color convert

RGB202242243-
CMYK0.170.0000.05
HSL181.46º63.08%87.25%-
HSV(B)181.46º16.87%95.29%-
XYZ72.2982.5396.91-
YUV230.15135.25107.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=29.40%
G=35.23%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022422430.170.0000.05181.4663.0887.25
HexCAF2F311005b53f57
Octal3123623632100526577127
Binary1100101011110010111100111000100101101101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2F3; }

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

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

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

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

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

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

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

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