#CBE1FA

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

Shades of Pattens Blue #CBE1FA

Tints of Pattens Blue #CBE1FA

Color information

#CBE1FA (or 0xCBE1FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and FA. RGB value is (203,225,250). Sum of RGB (Red+Green+Blue) = 203+225+250=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FA is #341E05. Grayscale: #DDDDDD. Windows color (decimal): -3415558 or 16441803. OLE color: 16441803.

HSL color Cylindrical-coordinate representation of color #CBE1FA: hue angle of 211.91º 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 #CBE1FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203225250-
CMYK0.190.1000.02
HSL211.91º82.46%88.82%-
HSV(B)211.91º18.8%98.04%-
XYZ68.8173.45100.99-
YUV221.27144.21114.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=29.94%
G=33.19%
B=36.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032252500.190.1000.02211.9182.4688.82
HexCBE1FA13A02d45259
Octal313341372231202324122131
Binary1100101111100001111110101001110100101101010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1FA; }

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

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

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

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

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

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

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

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