#CBDDF0

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

Shades of Pattens Blue #CBDDF0

Tints of Pattens Blue #CBDDF0

Color information

#CBDDF0 (or 0xCBDDF0) is unknown color: approx Pattens Blue. HEX triplet: CB, DD and F0. RGB value is (203,221,240). Sum of RGB (Red+Green+Blue) = 203+221+240=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDF0 is #34220F. Grayscale: #D9D9D9. Windows color (decimal): -3416592 or 15785419. OLE color: 15785419.

HSL color Cylindrical-coordinate representation of color #CBDDF0: hue angle of 210.81º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDDF0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203221240-
CMYK0.150.0800.06
HSL210.81º55.22%86.86%-
HSV(B)210.81º15.42%94.12%-
XYZ66.2170.792.59-
YUV217.78140.54117.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=30.57%
G=33.28%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032212400.150.0800.06210.8155.2286.86
HexCBDDF0F806d33757
Octal31333536017100632367127
Binary110010111101110111110000111110000110110100111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDF0; }

 p { color: rgb(203,221,240); }

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

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

 a { background-color: rgb(203,221,240); }

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

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

 span { border-color: rgb(203,221,240); }

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