Html Css Color HEX #CCECFA Pattens Blue

📋 copy color: '#CCECFA'

red 204 ◦ green 236 ◦ blue 250

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

Shades of Pattens Blue #CCECFA

Tints of Pattens Blue #CCECFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 29.57%
G = 34.2%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCECFA (or 0xCCECFA) is known color: Pattens Blue. HEX triplet: CC, EC and FA. RGB value is (204,236,250). Sum of RGB (Red+Green+Blue) = 204+236+250=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFA is #331305. Grayscale: #E3E3E3. Windows color (decimal): -3347206 or 16444620. OLE color: 16444620.

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

Color convert

RGB 204 236 250 -
CMYK 0.18 0.06 0 0.02
HSL 198.26º 0.82% 0.89% -
HSV(B) 198.26º 0.18% 0.98% -
XYZ 72.15 79.73 102.03 -
YUV 228.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 204 236 250 0.18 0.06 0 0.02 198.26 0.82 0.89
Hex CC EC FA 12 6 0 2 C6 52 59
Octal 314 354 372 22 6 0 2 306 122 131
Binary 11001100 11101100 11111010 10010 110 0 10 11000110 1010010 1011001

Color Harmonies of #CCECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECFA

Black with #CCECFA

Text Example


Text Example

White with #CCECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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