#CCEEFF

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

Shades of Pattens Blue #CCEEFF

Tints of Pattens Blue #CCEEFF

Color information

#CCEEFF (or 0xCCEEFF) is unknown color: approx Pattens Blue. HEX triplet: CC, EE and FF. RGB value is (204,238,255). Sum of RGB (Red+Green+Blue) = 204+238+255=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFF is #331100. Grayscale: #E5E5E5. Windows color (decimal): -3346689 or 16772812. OLE color: 16772812.

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

Color convert

RGB204238255-
CMYK0.20.0700
HSL200º100%90%-
HSV(B)200º20%100%-
XYZ73.5381.21106.41-
YUV229.77142.24109.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.27%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 255 (100% from 255) = 36.59%
R=29.27%
G=34.15%
B=36.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042382550.20.070020010090
HexCCEEFF14700c8645a
Octal31435637724700310144132
Binary11001100111011101111111110100111001100100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEFF; }

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

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

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

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

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

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

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

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