#CAF1F0

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

Shades of Oyster Bay #CAF1F0

Tints of Oyster Bay #CAF1F0

Color information

#CAF1F0 (or 0xCAF1F0) is unknown color: approx Oyster Bay. HEX triplet: CA, F1 and F0. RGB value is (202,241,240). Sum of RGB (Red+Green+Blue) = 202+241+240=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1F0 is #350E0F. Grayscale: #E5E5E5. Windows color (decimal): -3477008 or 15790538. OLE color: 15790538.

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

Color convert

RGB202241240-
CMYK0.1600.000.05
HSL178.46º58.21%86.86%-
HSV(B)178.46º16.18%94.51%-
XYZ71.5481.7694.45-
YUV229.22134.08108.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=29.58%
G=35.29%
B=35.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412400.1600.000.05178.4658.2186.86
HexCAF1F010005b23a57
Octal3123613602000526272127
Binary1100101011110001111100001000000101101100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1F0; }

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

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

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

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

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

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

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

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