#CAF6FA

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

Shades of Oyster Bay #CAF6FA

Tints of Oyster Bay #CAF6FA

Color information

#CAF6FA (or 0xCAF6FA) is unknown color: approx Oyster Bay. HEX triplet: CA, F6 and FA. RGB value is (202,246,250). Sum of RGB (Red+Green+Blue) = 202+246+250=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6FA is #350905. Grayscale: #E9E9E9. Windows color (decimal): -3475718 or 16447178. OLE color: 16447178.

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

Color convert

RGB202246250-
CMYK0.190.0200.02
HSL185º82.76%88.63%-
HSV(B)185º19.2%98.04%-
XYZ74.5785.37102.99-
YUV233.3137.42105.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.94%
GREEN value IS 246 (96.48% from 255) = 35.24%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=28.94%
G=35.24%
B=35.82%

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
Decimal2022462500.190.0200.0218582.7688.63
HexCAF6FA13202b95359
Octal31236637223202271123131
Binary11001010111101101111101010011100101011100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6FA; }

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

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

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

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

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

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

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

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