#CBEBFE

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

Shades of Pattens Blue #CBEBFE

Tints of Pattens Blue #CBEBFE

Color information

#CBEBFE (or 0xCBEBFE) is unknown color: approx Pattens Blue. HEX triplet: CB, EB and FE. RGB value is (203,235,254). Sum of RGB (Red+Green+Blue) = 203+235+254=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBFE is #341401. Grayscale: #E3E3E3. Windows color (decimal): -3412994 or 16706507. OLE color: 16706507.

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

Color convert

RGB203235254-
CMYK0.200.0700.00
HSL202.35º96.23%89.61%-
HSV(B)202.35º20.08%99.61%-
XYZ72.2379.27105.26-
YUV227.6142.9110.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.34%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=29.34%
G=33.96%
B=36.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032352540.200.0700.00202.3596.2389.61
HexCBEBFE14700ca605a
Octal31335337624700312140132
Binary11001011111010111111111010100111001100101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBFE; }

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

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

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

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

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

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

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

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