#CBE7FF

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

Shades of Pattens Blue #CBE7FF

Tints of Pattens Blue #CBE7FF

Color information

#CBE7FF (or 0xCBE7FF) is unknown color: approx Pattens Blue. HEX triplet: CB, E7 and FF. RGB value is (203,231,255). Sum of RGB (Red+Green+Blue) = 203+231+255=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7FF is #341800. Grayscale: #E1E1E1. Windows color (decimal): -3414017 or 16771019. OLE color: 16771019.

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

Color convert

RGB203231255-
CMYK0.200.0900
HSL207.69º100%89.8%-
HSV(B)207.69º20.39%100%-
XYZ71.2577.07105.73-
YUV225.36144.72112.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.46%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 37.01%
R=29.46%
G=33.53%
B=37.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032312550.200.0900207.6910089.8
HexCBE7FF14900d0645a
Octal313347377241100320144132
Binary110010111110011111111111101001001001101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7FF; }

 p { color: rgb(203,231,255); }

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

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

 a { background-color: rgb(203,231,255); }

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

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

 span { border-color: rgb(203,231,255); }

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