#CBE2F1

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

Shades of Pattens Blue #CBE2F1

Tints of Pattens Blue #CBE2F1

Color information

#CBE2F1 (or 0xCBE2F1) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and F1. RGB value is (203,226,241). Sum of RGB (Red+Green+Blue) = 203+226+241=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2F1 is #341D0E. Grayscale: #DCDCDC. Windows color (decimal): -3415311 or 15852235. OLE color: 15852235.

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

Color convert

RGB203226241-
CMYK0.160.0600.05
HSL203.68º57.58%87.06%-
HSV(B)203.68º15.77%94.51%-
XYZ67.773.4493.83-
YUV220.83139.38115.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=30.30%
G=33.73%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032262410.160.0600.05203.6857.5887.06
HexCBE2F110605cc3a57
Octal3133423612060531472127
Binary110010111110001011110001100001100101110011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2F1; }

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

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

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

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

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

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

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

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