#CDF6FA

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

Shades of Oyster Bay #CDF6FA

Tints of Oyster Bay #CDF6FA

Color information

#CDF6FA (or 0xCDF6FA) is unknown color: approx Oyster Bay. HEX triplet: CD, F6 and FA. RGB value is (205,246,250). Sum of RGB (Red+Green+Blue) = 205+246+250=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6FA is #320905. Grayscale: #EAEAEA. Windows color (decimal): -3279110 or 16447181. OLE color: 16447181.

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

Color convert

RGB205246250-
CMYK0.180.0200.02
HSL185.33º81.82%89.22%-
HSV(B)185.33º18%98.04%-
XYZ75.3985.79103.03-
YUV234.2136.92107.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.24%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=29.24%
G=35.09%
B=35.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052462500.180.0200.02185.3381.8289.22
HexCDF6FA12202b95259
Octal31536637222202271122131
Binary11001101111101101111101010010100101011100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6FA; }

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

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

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

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

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

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

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

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