#CBDFE6

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

Shades of Pattens Blue #CBDFE6

Tints of Pattens Blue #CBDFE6

Color information

#CBDFE6 (or 0xCBDFE6) is unknown color: approx Pattens Blue. HEX triplet: CB, DF and E6. RGB value is (203,223,230). Sum of RGB (Red+Green+Blue) = 203+223+230=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFE6 is #342019. Grayscale: #D9D9D9. Windows color (decimal): -3416090 or 15130571. OLE color: 15130571.

HSL color Cylindrical-coordinate representation of color #CBDFE6: hue angle of 195.56º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDFE6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203223230-
CMYK0.120.0300.10
HSL195.56º35.06%84.9%-
HSV(B)195.56º11.74%90.2%-
XYZ65.371.1985.16-
YUV217.82134.87117.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=30.95%
G=33.99%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032232300.120.0300.10195.5635.0684.9
HexCBDFE6C30Ac42355
Octal31333734614301230443125
Binary11001011110111111110011011001101010110001001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFE6; }

 p { color: rgb(203,223,230); }

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

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

 a { background-color: rgb(203,223,230); }

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

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

 span { border-color: rgb(203,223,230); }

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