#CBE7FA

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

Shades of Pattens Blue #CBE7FA

Tints of Pattens Blue #CBE7FA

Color information

#CBE7FA (or 0xCBE7FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E7 and FA. RGB value is (203,231,250). Sum of RGB (Red+Green+Blue) = 203+231+250=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7FA is #341805. Grayscale: #E0E0E0. Windows color (decimal): -3414022 or 16443339. OLE color: 16443339.

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

Color convert

RGB203231250-
CMYK0.190.0800.02
HSL204.26º82.46%88.82%-
HSV(B)204.26º18.8%98.04%-
XYZ70.4676.75101.54-
YUV224.79142.22112.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=29.68%
G=33.77%
B=36.55%

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
Decimal2032312500.190.0800.02204.2682.4688.82
HexCBE7FA13802cc5259
Octal313347372231002314122131
Binary1100101111100111111110101001110000101100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7FA; }

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

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

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

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

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

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

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

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