#CAF5F9

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

Shades of Oyster Bay #CAF5F9

Tints of Oyster Bay #CAF5F9

Color information

#CAF5F9 (or 0xCAF5F9) is unknown color: approx Oyster Bay. HEX triplet: CA, F5 and F9. RGB value is (202,245,249). Sum of RGB (Red+Green+Blue) = 202+245+249=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5F9 is #350A06. Grayscale: #E8E8E8. Windows color (decimal): -3475975 or 16381386. OLE color: 16381386.

HSL color Cylindrical-coordinate representation of color #CAF5F9: hue angle of 185.11º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF5F9 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202245249-
CMYK0.190.0200.02
HSL185.11º79.66%88.43%-
HSV(B)185.11º18.88%97.65%-
XYZ74.1184.7102.07-
YUV232.6137.25106.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 245 (96.09% from 255) = 35.20%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=29.02%
G=35.20%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022452490.190.0200.02185.1179.6688.43
HexCAF5F913202b95058
Octal31236537123202271120130
Binary11001010111101011111100110011100101011100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5F9; }

 p { color: rgb(202,245,249); }

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

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

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

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

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

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

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