#CAF8FA

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

Shades of Oyster Bay #CAF8FA

Tints of Oyster Bay #CAF8FA

Color information

#CAF8FA (or 0xCAF8FA) is unknown color: approx Oyster Bay. HEX triplet: CA, F8 and FA. RGB value is (202,248,250). Sum of RGB (Red+Green+Blue) = 202+248+250=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8FA is #350705. Grayscale: #EAEAEA. Windows color (decimal): -3475206 or 16447690. OLE color: 16447690.

HSL color Cylindrical-coordinate representation of color #CAF8FA: hue angle of 182.5º 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 #CAF8FA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202248250-
CMYK0.190.0100.02
HSL182.5º82.76%88.63%-
HSV(B)182.5º19.2%98.04%-
XYZ75.1886.59103.19-
YUV234.47136.76104.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.86%
GREEN value IS 248 (97.27% from 255) = 35.43%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=28.86%
G=35.43%
B=35.71%

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
Decimal2022482500.190.0100.02182.582.7688.63
HexCAF8FA13102b65359
Octal31237037223102266123131
Binary1100101011111000111110101001110101011011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8FA; }

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

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

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

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

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

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

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

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