#CBE5FE

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

Shades of Pattens Blue #CBE5FE

Tints of Pattens Blue #CBE5FE

Color information

#CBE5FE (or 0xCBE5FE) is unknown color: approx Pattens Blue. HEX triplet: CB, E5 and FE. RGB value is (203,229,254). Sum of RGB (Red+Green+Blue) = 203+229+254=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5FE is #341A01. Grayscale: #DFDFDF. Windows color (decimal): -3414530 or 16704971. OLE color: 16704971.

HSL color Cylindrical-coordinate representation of color #CBE5FE: hue angle of 209.41º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE5FE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203229254-
CMYK0.200.1000.00
HSL209.41º96.23%89.61%-
HSV(B)209.41º20.08%99.61%-
XYZ70.5475.89104.7-
YUV224.08144.89112.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=29.59%
G=33.38%
B=37.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032292540.200.1000.00209.4196.2389.61
HexCBE5FE14A00d1605a
Octal313345376241200321140132
Binary110010111110010111111110101001010001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5FE; }

 p { color: rgb(203,229,254); }

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

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

 a { background-color: rgb(203,229,254); }

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

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

 span { border-color: rgb(203,229,254); }

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