#CBE5FA

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

Shades of Pattens Blue #CBE5FA

Tints of Pattens Blue #CBE5FA

Color information

#CBE5FA (or 0xCBE5FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E5 and FA. RGB value is (203,229,250). Sum of RGB (Red+Green+Blue) = 203+229+250=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5FA is #341A05. Grayscale: #DFDFDF. Windows color (decimal): -3414534 or 16442827. OLE color: 16442827.

HSL color Cylindrical-coordinate representation of color #CBE5FA: hue angle of 206.81º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE5FA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203229250-
CMYK0.190.0800.02
HSL206.81º82.46%88.82%-
HSV(B)206.81º18.8%98.04%-
XYZ69.975.64101.36-
YUV223.62142.89113.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=29.77%
G=33.58%
B=36.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032292500.190.0800.02206.8182.4688.82
HexCBE5FA13802cf5259
Octal313345372231002317122131
Binary1100101111100101111110101001110000101100111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5FA; }

 p { color: rgb(203,229,250); }

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

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

 a { background-color: rgb(203,229,250); }

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

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

 span { border-color: rgb(203,229,250); }

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