Html Css Color HEX #CCECFC Pattens Blue

📋 copy color: '#CCECFC'

red 204 ◦ green 236 ◦ blue 252

#CCECFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CCECFC

Tints of Pattens Blue #CCECFC

RGB

 RED value IS 204 (80.08% from 255) = 29.48%

 GREEN value IS 236 (92.58% from 255) = 34.1%

 BLUE value IS 252 (98.83% from 255) = 36.42%

R = 29.48%
G = 34.1%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCECFC (or 0xCCECFC) is known color: Pattens Blue. HEX triplet: CC, EC and FC. RGB value is (204,236,252). Sum of RGB (Red+Green+Blue) = 204+236+252=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFC is #331303. Grayscale: #E4E4E4. Windows color (decimal): -3347204 or 16575692. OLE color: 16575692.

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

Color convert

RGB 204 236 252 -
CMYK 0.19 0.06 0 0.01
HSL 200º 0.89% 0.89% -
HSV(B) 200º 0.19% 0.99% -
XYZ 72.47 79.86 103.69 -
YUV 228.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 204 236 252 0.19 0.06 0 0.01 200 0.89 0.89
Hex CC EC FC 13 6 0 1 C8 59 59
Octal 314 354 374 23 6 0 1 310 131 131
Binary 11001100 11101100 11111100 10011 110 0 1 11001000 1011001 1011001

Color Harmonies of #CCECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECFC

Black with #CCECFC

Text Example


Text Example

White with #CCECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECFC; }

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

 H1.HeaderClassName
 {
   color: #CCECFC;
 }
 .AnyTagClassName
 {
   color: #CCECFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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