#CBDFF0

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

Shades of Pattens Blue #CBDFF0

Tints of Pattens Blue #CBDFF0

Color information

#CBDFF0 (or 0xCBDFF0) is unknown color: approx Pattens Blue. HEX triplet: CB, DF and F0. RGB value is (203,223,240). Sum of RGB (Red+Green+Blue) = 203+223+240=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFF0 is #34200F. Grayscale: #DADADA. Windows color (decimal): -3416080 or 15785931. OLE color: 15785931.

HSL color Cylindrical-coordinate representation of color #CBDFF0: hue angle of 207.57º 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 #CBDFF0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203223240-
CMYK0.150.0700.06
HSL207.57º55.22%86.86%-
HSV(B)207.57º15.42%94.12%-
XYZ66.7471.7692.77-
YUV218.96139.87116.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=30.48%
G=33.48%
B=36.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032232400.150.0700.06207.5755.2286.86
HexCBDFF0F706d03757
Octal3133373601770632067127
Binary11001011110111111111000011111110110110100001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFF0; }

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

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

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

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

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

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

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

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