#CBE8FE

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

Shades of Pattens Blue #CBE8FE

Tints of Pattens Blue #CBE8FE

Color information

#CBE8FE (or 0xCBE8FE) is unknown color: approx Pattens Blue. HEX triplet: CB, E8 and FE. RGB value is (203,232,254). Sum of RGB (Red+Green+Blue) = 203+232+254=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8FE is #341701. Grayscale: #E1E1E1. Windows color (decimal): -3413762 or 16705739. OLE color: 16705739.

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

Color convert

RGB203232254-
CMYK0.200.0900.00
HSL205.88º96.23%89.61%-
HSV(B)205.88º20.08%99.61%-
XYZ71.3777.57104.98-
YUV225.84143.89111.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.46%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.46%
G=33.67%
B=36.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032322540.200.0900.00205.8896.2389.61
HexCBE8FE14900ce605a
Octal313350376241100316140132
Binary110010111110100011111110101001001001100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8FE; }

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

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

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

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

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

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

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

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