#CCEBFA

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

Shades of Pattens Blue #CCEBFA

Tints of Pattens Blue #CCEBFA

Color information

#CCEBFA (or 0xCCEBFA) is unknown color: approx Pattens Blue. HEX triplet: CC, EB and FA. RGB value is (204,235,250). Sum of RGB (Red+Green+Blue) = 204+235+250=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFA is #331405. Grayscale: #E3E3E3. Windows color (decimal): -3347462 or 16444364. OLE color: 16444364.

HSL color Cylindrical-coordinate representation of color #CCEBFA: hue angle of 199.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEBFA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204235250-
CMYK0.180.0600.02
HSL199.57º82.14%89.02%-
HSV(B)199.57º18.4%98.04%-
XYZ71.8779.16101.93-
YUV227.44140.73111.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=29.61%
G=34.11%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042352500.180.0600.02199.5782.1489.02
HexCCEBFA12602c85259
Octal31435337222602310122131
Binary110011001110101111111010100101100101100100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBFA; }

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

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

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

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

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

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

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

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