#CBE2FA

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

Shades of Pattens Blue #CBE2FA

Tints of Pattens Blue #CBE2FA

Color information

#CBE2FA (or 0xCBE2FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and FA. RGB value is (203,226,250). Sum of RGB (Red+Green+Blue) = 203+226+250=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2FA is #341D05. Grayscale: #DDDDDD. Windows color (decimal): -3415302 or 16442059. OLE color: 16442059.

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

Color convert

RGB203226250-
CMYK0.190.1000.02
HSL210.64º82.46%88.82%-
HSV(B)210.64º18.8%98.04%-
XYZ69.0873.99101.08-
YUV221.86143.88114.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=29.90%
G=33.28%
B=36.82%

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
Decimal2032262500.190.1000.02210.6482.4688.82
HexCBE2FA13A02d35259
Octal313342372231202323122131
Binary1100101111100010111110101001110100101101001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2FA; }

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

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

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

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

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

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

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

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