#CBE3FD

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

Shades of Pattens Blue #CBE3FD

Tints of Pattens Blue #CBE3FD

Color information

#CBE3FD (or 0xCBE3FD) is unknown color: approx Pattens Blue. HEX triplet: CB, E3 and FD. RGB value is (203,227,253). Sum of RGB (Red+Green+Blue) = 203+227+253=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3FD is #341C02. Grayscale: #DEDEDE. Windows color (decimal): -3415043 or 16638923. OLE color: 16638923.

HSL color Cylindrical-coordinate representation of color #CBE3FD: hue angle of 211.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE3FD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203227253-
CMYK0.200.1000.01
HSL211.2º92.59%89.41%-
HSV(B)211.2º19.76%99.22%-
XYZ69.8374.73103.67-
YUV222.79145.05113.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=29.72%
G=33.24%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032272530.200.1000.01211.292.5989.41
HexCBE3FD14A01d35d59
Octal313343375241201323135131
Binary110010111110001111111101101001010011101001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3FD; }

 p { color: rgb(203,227,253); }

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

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

 a { background-color: rgb(203,227,253); }

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

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

 span { border-color: rgb(203,227,253); }

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