#CAF7FA

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

Shades of Oyster Bay #CAF7FA

Tints of Oyster Bay #CAF7FA

Color information

#CAF7FA (or 0xCAF7FA) is unknown color: approx Oyster Bay. HEX triplet: CA, F7 and FA. RGB value is (202,247,250). Sum of RGB (Red+Green+Blue) = 202+247+250=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7FA is #350805. Grayscale: #E9E9E9. Windows color (decimal): -3475462 or 16447434. OLE color: 16447434.

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

Color convert

RGB202247250-
CMYK0.190.0100.02
HSL183.75º82.76%88.63%-
HSV(B)183.75º19.2%98.04%-
XYZ74.8785.98103.09-
YUV233.89137.09105.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=28.90%
G=35.34%
B=35.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022472500.190.0100.02183.7582.7688.63
HexCAF7FA13102b85359
Octal31236737223102270123131
Binary1100101011110111111110101001110101011100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7FA; }

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

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

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

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

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

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

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

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