#CBE1ED

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

Shades of Pattens Blue #CBE1ED

Tints of Pattens Blue #CBE1ED

Color information

#CBE1ED (or 0xCBE1ED) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and ED. RGB value is (203,225,237). Sum of RGB (Red+Green+Blue) = 203+225+237=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1ED is #341E12. Grayscale: #DBDBDB. Windows color (decimal): -3415571 or 15589835. OLE color: 15589835.

HSL color Cylindrical-coordinate representation of color #CBE1ED: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE1ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203225237-
CMYK0.140.0500.07
HSL201.18º48.57%86.27%-
HSV(B)201.18º14.35%92.94%-
XYZ66.8472.6690.62-
YUV219.79137.71116.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=30.53%
G=33.83%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032252370.140.0500.07201.1848.5786.27
HexCBE1EDE507c93156
Octal3133413551650731161126
Binary11001011111000011110110111101010111110010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1ED; }

 p { color: rgb(203,225,237); }

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

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

 a { background-color: rgb(203,225,237); }

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

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

 span { border-color: rgb(203,225,237); }

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