#CBE6FE

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

Shades of Pattens Blue #CBE6FE

Tints of Pattens Blue #CBE6FE

Color information

#CBE6FE (or 0xCBE6FE) is unknown color: approx Pattens Blue. HEX triplet: CB, E6 and FE. RGB value is (203,230,254). Sum of RGB (Red+Green+Blue) = 203+230+254=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6FE is #341901. Grayscale: #E0E0E0. Windows color (decimal): -3414274 or 16705227. OLE color: 16705227.

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

Color convert

RGB203230254-
CMYK0.200.0900.00
HSL208.24º96.23%89.61%-
HSV(B)208.24º20.08%99.61%-
XYZ70.8176.45104.79-
YUV224.66144.55112.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=29.55%
G=33.48%
B=36.97%

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
Decimal2032302540.200.0900.00208.2496.2389.61
HexCBE6FE14900d0605a
Octal313346376241100320140132
Binary110010111110011011111110101001001001101000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6FE; }

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

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

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

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

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

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

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

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