#CAF1F1

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

Shades of Oyster Bay #CAF1F1

Tints of Oyster Bay #CAF1F1

Color information

#CAF1F1 (or 0xCAF1F1) is unknown color: approx Oyster Bay. HEX triplet: CA, F1 and F1. RGB value is (202,241,241). Sum of RGB (Red+Green+Blue) = 202+241+241=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #CAF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1F1 is #350E0E. Grayscale: #E5E5E5. Windows color (decimal): -3477007 or 15856074. OLE color: 15856074.

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

Color convert

RGB202241241-
CMYK0.16000.05
HSL180º58.21%86.86%-
HSV(B)180º16.18%94.51%-
XYZ71.6981.8295.23-
YUV229.34134.58108.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=29.53%
G=35.23%
B=35.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412410.16000.0518058.2186.86
HexCAF1F110005b43a57
Octal3123613612000526472127
Binary1100101011110001111100011000000101101101001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1F1; }

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

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

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

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

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

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

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

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