#CDE6FB

Color #CDE6FB Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CDE6FB

Tints of Pattens Blue #CDE6FB

Color information

#CDE6FB (or 0xCDE6FB) is unknown color: approx Pattens Blue. HEX triplet: CD, E6 and FB. RGB value is (205,230,251). Sum of RGB (Red+Green+Blue) = 205+230+251=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FB is #321904. Grayscale: #E0E0E0. Windows color (decimal): -3283205 or 16508621. OLE color: 16508621.

HSL color Cylindrical-coordinate representation of color #CDE6FB: hue angle of 207.39º degrees, saturation: 0.85, 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 #CDE6FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205230251-
CMYK0.180.0800.02
HSL207.39º85.19%89.41%-
HSV(B)207.39º18.33%98.43%-
XYZ70.8976.54102.3-
YUV224.92142.72113.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.88%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=29.88%
G=33.53%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052302510.180.0800.02207.3985.1989.41
HexCDE6FB12802cf5559
Octal315346373221002317125131
Binary1100110111100110111110111001010000101100111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6FB; }

 p { color: rgb(205,230,251); }

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

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

 a { background-color: rgb(205,230,251); }

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

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

 span { border-color: rgb(205,230,251); }

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