#CAF0F0

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

Shades of Oyster Bay #CAF0F0

Tints of Oyster Bay #CAF0F0

Color information

#CAF0F0 (or 0xCAF0F0) is unknown color: approx Oyster Bay. HEX triplet: CA, F0 and F0. RGB value is (202,240,240). Sum of RGB (Red+Green+Blue) = 202+240+240=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #CAF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0F0 is #350F0F. Grayscale: #E4E4E4. Windows color (decimal): -3477264 or 15790282. OLE color: 15790282.

HSL color Cylindrical-coordinate representation of color #CAF0F0: hue angle of 180º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0F0 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202240240-
CMYK0.16000.06
HSL180º55.88%86.67%-
HSV(B)180º15.83%94.12%-
XYZ71.2581.1794.35-
YUV228.64134.41109-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=29.62%
G=35.19%
B=35.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402400.16000.0618055.8886.67
HexCAF0F010006b43857
Octal3123603602000626470127
Binary1100101011110000111100001000000110101101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0F0; }

 p { color: rgb(202,240,240); }

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

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

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

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

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

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

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