#CBE8FD

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

Shades of Pattens Blue #CBE8FD

Tints of Pattens Blue #CBE8FD

Color information

#CBE8FD (or 0xCBE8FD) is unknown color: approx Pattens Blue. HEX triplet: CB, E8 and FD. RGB value is (203,232,253). Sum of RGB (Red+Green+Blue) = 203+232+253=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8FD is #341702. Grayscale: #E1E1E1. Windows color (decimal): -3413763 or 16640203. OLE color: 16640203.

HSL color Cylindrical-coordinate representation of color #CBE8FD: hue angle of 205.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE8FD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203232253-
CMYK0.200.0800.01
HSL205.2º92.59%89.41%-
HSV(B)205.2º19.76%99.22%-
XYZ71.2177.5104.13-
YUV225.72143.39111.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=29.51%
G=33.72%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032322530.200.0800.01205.292.5989.41
HexCBE8FD14801cd5d59
Octal313350375241001315135131
Binary110010111110100011111101101001000011100110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8FD; }

 p { color: rgb(203,232,253); }

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

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

 a { background-color: rgb(203,232,253); }

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

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

 span { border-color: rgb(203,232,253); }

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