#CCEFFC

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

Shades of Pattens Blue #CCEFFC

Tints of Pattens Blue #CCEFFC

Color information

#CCEFFC (or 0xCCEFFC) is unknown color: approx Pattens Blue. HEX triplet: CC, EF and FC. RGB value is (204,239,252). Sum of RGB (Red+Green+Blue) = 204+239+252=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFC is #331003. Grayscale: #E5E5E5. Windows color (decimal): -3346436 or 16576460. OLE color: 16576460.

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

Color convert

RGB204239252-
CMYK0.190.0500.01
HSL196.25º88.89%89.41%-
HSV(B)196.25º19.05%98.82%-
XYZ73.3481.6103.98-
YUV230.02140.4109.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=29.35%
G=34.39%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042392520.190.0500.01196.2588.8989.41
HexCCEFFC13501c45959
Octal31435737423501304131131
Binary11001100111011111111110010011101011100010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFFC; }

 p { color: rgb(204,239,252); }

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

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

 a { background-color: rgb(204,239,252); }

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

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

 span { border-color: rgb(204,239,252); }

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