#CBD9E3

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

Shades of Pattens Blue #CBD9E3

Tints of Pattens Blue #CBD9E3

Color information

#CBD9E3 (or 0xCBD9E3) is unknown color: approx Pattens Blue. HEX triplet: CB, D9 and E3. RGB value is (203,217,227). Sum of RGB (Red+Green+Blue) = 203+217+227=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9E3 is #34261C. Grayscale: #D5D5D5. Windows color (decimal): -3417629 or 14932427. OLE color: 14932427.

HSL color Cylindrical-coordinate representation of color #CBD9E3: hue angle of 205º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD9E3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203217227-
CMYK0.110.0400.11
HSL205º30%84.31%-
HSV(B)205º10.57%89.02%-
XYZ63.3167.8782.44-
YUV213.95135.36120.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=31.38%
G=33.54%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032172270.110.0400.112053084.31
HexCBD9E3B40Bcd1e54
Octal31333134313401331536124
Binary11001011110110011110001110111000101111001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9E3; }

 p { color: rgb(203,217,227); }

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

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

 a { background-color: rgb(203,217,227); }

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

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

 span { border-color: rgb(203,217,227); }

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