#CBE7FE

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

Shades of Pattens Blue #CBE7FE

Tints of Pattens Blue #CBE7FE

Color information

#CBE7FE (or 0xCBE7FE) is unknown color: approx Pattens Blue. HEX triplet: CB, E7 and FE. RGB value is (203,231,254). Sum of RGB (Red+Green+Blue) = 203+231+254=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7FE is #341801. Grayscale: #E1E1E1. Windows color (decimal): -3414018 or 16705483. OLE color: 16705483.

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

Color convert

RGB203231254-
CMYK0.200.0900.00
HSL207.06º96.23%89.61%-
HSV(B)207.06º20.08%99.61%-
XYZ71.0977104.88-
YUV225.25144.22112.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=29.51%
G=33.58%
B=36.92%

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
Decimal2032312540.200.0900.00207.0696.2389.61
HexCBE7FE14900cf605a
Octal313347376241100317140132
Binary110010111110011111111110101001001001100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7FE; }

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

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

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

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

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

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

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

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