#CAF4F7

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

Shades of Oyster Bay #CAF4F7

Tints of Oyster Bay #CAF4F7

Color information

#CAF4F7 (or 0xCAF4F7) is unknown color: approx Oyster Bay. HEX triplet: CA, F4 and F7. RGB value is (202,244,247). Sum of RGB (Red+Green+Blue) = 202+244+247=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAF4F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4F7 is #350B08. Grayscale: #E7E7E7. Windows color (decimal): -3476233 or 16250058. OLE color: 16250058.

HSL color Cylindrical-coordinate representation of color #CAF4F7: hue angle of 184º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF4F7 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202244247-
CMYK0.180.0100.03
HSL184º73.77%88.04%-
HSV(B)184º18.22%96.86%-
XYZ73.583.97100.33-
YUV231.78136.59106.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.15%
GREEN value IS 244 (95.70% from 255) = 35.21%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=29.15%
G=35.21%
B=35.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022442470.180.0100.0318473.7788.04
HexCAF4F712103b84a58
Octal31236436722103270112130
Binary1100101011110100111101111001010111011100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4F7; }

 p { color: rgb(202,244,247); }

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

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

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

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

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

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

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