#CCEBFE

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

Shades of Pattens Blue #CCEBFE

Tints of Pattens Blue #CCEBFE

Color information

#CCEBFE (or 0xCCEBFE) is unknown color: approx Pattens Blue. HEX triplet: CC, EB and FE. RGB value is (204,235,254). Sum of RGB (Red+Green+Blue) = 204+235+254=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFE is #331401. Grayscale: #E3E3E3. Windows color (decimal): -3347458 or 16706508. OLE color: 16706508.

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

Color convert

RGB204235254-
CMYK0.200.0700.00
HSL202.8º96.15%89.8%-
HSV(B)202.8º19.69%99.61%-
XYZ72.579.41105.27-
YUV227.9142.73110.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=29.44%
G=33.91%
B=36.65%

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
Decimal2042352540.200.0700.00202.896.1589.8
HexCCEBFE14700cb605a
Octal31435337624700313140132
Binary11001100111010111111111010100111001100101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBFE; }

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

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

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

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

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

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

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

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