#CBDFF1

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

Shades of Pattens Blue #CBDFF1

Tints of Pattens Blue #CBDFF1

Color information

#CBDFF1 (or 0xCBDFF1) is unknown color: approx Pattens Blue. HEX triplet: CB, DF and F1. RGB value is (203,223,241). Sum of RGB (Red+Green+Blue) = 203+223+241=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFF1 is #34200E. Grayscale: #DADADA. Windows color (decimal): -3416079 or 15851467. OLE color: 15851467.

HSL color Cylindrical-coordinate representation of color #CBDFF1: hue angle of 208.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDFF1 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203223241-
CMYK0.160.0700.05
HSL208.42º57.58%87.06%-
HSV(B)208.42º15.77%94.51%-
XYZ66.8971.8293.56-
YUV219.07140.37116.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=30.43%
G=33.43%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032232410.160.0700.05208.4257.5887.06
HexCBDFF110705d03a57
Octal3133373612070532072127
Binary110010111101111111110001100001110101110100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFF1; }

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

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

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

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

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

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

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

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