#CDE7FB

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

Shades of Pattens Blue #CDE7FB

Tints of Pattens Blue #CDE7FB

Color information

#CDE7FB (or 0xCDE7FB) is unknown color: approx Pattens Blue. HEX triplet: CD, E7 and FB. RGB value is (205,231,251). Sum of RGB (Red+Green+Blue) = 205+231+251=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7FB is #321804. Grayscale: #E1E1E1. Windows color (decimal): -3282949 or 16508877. OLE color: 16508877.

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

Color convert

RGB205231251-
CMYK0.180.0800.02
HSL206.09º85.19%89.41%-
HSV(B)206.09º18.33%98.43%-
XYZ71.1777.1102.4-
YUV225.51142.39113.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=29.84%
G=33.62%
B=36.54%

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
Decimal2052312510.180.0800.02206.0985.1989.41
HexCDE7FB12802ce5559
Octal315347373221002316125131
Binary1100110111100111111110111001010000101100111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7FB; }

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

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

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

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

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

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

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

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