#CBDFEF

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

Shades of Pattens Blue #CBDFEF

Tints of Pattens Blue #CBDFEF

Color information

#CBDFEF (or 0xCBDFEF) is unknown color: approx Pattens Blue. HEX triplet: CB, DF and EF. RGB value is (203,223,239). Sum of RGB (Red+Green+Blue) = 203+223+239=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFEF is #342010. Grayscale: #DADADA. Windows color (decimal): -3416081 or 15720395. OLE color: 15720395.

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

Color convert

RGB203223239-
CMYK0.150.0700.06
HSL206.67º52.94%86.67%-
HSV(B)206.67º15.06%93.73%-
XYZ66.671.791.99-
YUV218.84139.37116.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=30.53%
G=33.53%
B=35.94%

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
Decimal2032232390.150.0700.06206.6752.9486.67
HexCBDFEFF706cf3557
Octal3133373571770631765127
Binary11001011110111111110111111111110110110011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFEF; }

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

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

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

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

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

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

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

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