#CBEBF7

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

Shades of Pattens Blue #CBEBF7

Tints of Pattens Blue #CBEBF7

Color information

#CBEBF7 (or 0xCBEBF7) is unknown color: approx Pattens Blue. HEX triplet: CB, EB and F7. RGB value is (203,235,247). Sum of RGB (Red+Green+Blue) = 203+235+247=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF7 is #341408. Grayscale: #E2E2E2. Windows color (decimal): -3413001 or 16247755. OLE color: 16247755.

HSL color Cylindrical-coordinate representation of color #CBEBF7: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEBF7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203235247-
CMYK0.180.0500.03
HSL196.36º73.33%88.24%-
HSV(B)196.36º17.81%96.86%-
XYZ71.1378.8399.46-
YUV226.8139.4111.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.64%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=29.64%
G=34.31%
B=36.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032352470.180.0500.03196.3673.3388.24
HexCBEBF712503c44958
Octal31335336722503304111130
Binary110010111110101111110111100101010111100010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBF7; }

 p { color: rgb(203,235,247); }

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

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

 a { background-color: rgb(203,235,247); }

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

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

 span { border-color: rgb(203,235,247); }

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