#CBE4FA

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

Shades of Pattens Blue #CBE4FA

Tints of Pattens Blue #CBE4FA

Color information

#CBE4FA (or 0xCBE4FA) is unknown color: approx Pattens Blue. HEX triplet: CB, E4 and FA. RGB value is (203,228,250). Sum of RGB (Red+Green+Blue) = 203+228+250=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4FA is #341B05. Grayscale: #DEDEDE. Windows color (decimal): -3414790 or 16442571. OLE color: 16442571.

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

Color convert

RGB203228250-
CMYK0.190.0900.02
HSL208.09º82.46%88.82%-
HSV(B)208.09º18.8%98.04%-
XYZ69.6375.09101.27-
YUV223.03143.22113.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=29.81%
G=33.48%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032282500.190.0900.02208.0982.4688.82
HexCBE4FA13902d05259
Octal313344372231102320122131
Binary1100101111100100111110101001110010101101000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4FA; }

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

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

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

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

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

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

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

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