#CBE6FA

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

Shades of Pattens Blue #CBE6FA

Tints of Pattens Blue #CBE6FA

Color information

#CBE6FA (or 0xCBE6FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E6 and FA. RGB value is (203,230,250). Sum of RGB (Red+Green+Blue) = 203+230+250=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6FA is #341905. Grayscale: #E0E0E0. Windows color (decimal): -3414278 or 16443083. OLE color: 16443083.

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

Color convert

RGB203230250-
CMYK0.190.0800.02
HSL205.53º82.46%88.82%-
HSV(B)205.53º18.8%98.04%-
XYZ70.1876.19101.45-
YUV224.21142.55112.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=29.72%
G=33.67%
B=36.60%

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
Decimal2032302500.190.0800.02205.5382.4688.82
HexCBE6FA13802ce5259
Octal313346372231002316122131
Binary1100101111100110111110101001110000101100111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6FA; }

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

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

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

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

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

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

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

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