#CCEEFB

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

Shades of Pattens Blue #CCEEFB

Tints of Pattens Blue #CCEEFB

Color information

#CCEEFB (or 0xCCEEFB) is unknown color: approx Pattens Blue. HEX triplet: CC, EE and FB. RGB value is (204,238,251). Sum of RGB (Red+Green+Blue) = 204+238+251=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFB is #331104. Grayscale: #E5E5E5. Windows color (decimal): -3346693 or 16510668. OLE color: 16510668.

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

Color convert

RGB204238251-
CMYK0.190.0500.02
HSL196.6º85.45%89.22%-
HSV(B)196.6º18.73%98.43%-
XYZ72.8980.95103.05-
YUV229.32140.24109.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=29.44%
G=34.34%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042382510.190.0500.02196.685.4589.22
HexCCEEFB13502c55559
Octal31435637323502305125131
Binary110011001110111011111011100111010101100010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEFB; }

 p { color: rgb(204,238,251); }

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

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

 a { background-color: rgb(204,238,251); }

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

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

 span { border-color: rgb(204,238,251); }

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