#CCEBFF

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

Shades of Pattens Blue #CCEBFF

Tints of Pattens Blue #CCEBFF

Color information

#CCEBFF (or 0xCCEBFF) is unknown color: approx Pattens Blue. HEX triplet: CC, EB and FF. RGB value is (204,235,255). Sum of RGB (Red+Green+Blue) = 204+235+255=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFF is #331400. Grayscale: #E3E3E3. Windows color (decimal): -3347457 or 16772044. OLE color: 16772044.

HSL color Cylindrical-coordinate representation of color #CCEBFF: hue angle of 203.53º 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 #CCEBFF is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204235255-
CMYK0.20.0800
HSL203.53º100%90%-
HSV(B)203.53º20%100%-
XYZ72.6679.47106.12-
YUV228.01143.23110.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 255 (100% from 255) = 36.74%
R=29.39%
G=33.86%
B=36.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042352550.20.0800203.5310090
HexCCEBFF14800cc645a
Octal314353377241000314144132
Binary110011001110101111111111101001000001100110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBFF; }

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

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

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

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

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

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

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

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