Html Css Color HEX #C6DCEC Pattens Blue

📋 copy color: '#C6DCEC'

red 198 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C6DCEC

Tints of Pattens Blue #C6DCEC

RGB

 RED value IS 198 (77.73% from 255) = 30.28%

 GREEN value IS 220 (86.33% from 255) = 33.64%

 BLUE value IS 236 (92.58% from 255) = 36.09%

R = 30.28%
G = 33.64%
B = 36.09%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6DCEC (or 0xC6DCEC) is known color: Pattens Blue. HEX triplet: C6, DC and EC. RGB value is (198,220,236). Sum of RGB (Red+Green+Blue) = 198+220+236=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEC is #392313. Grayscale: #D7D7D7. Windows color (decimal): -3744532 or 15523014. OLE color: 15523014.

HSL color Cylindrical-coordinate representation of color #C6DCEC: hue angle of 205.26º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DCEC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 220 236 -
CMYK 0.16 0.07 0 0.07
HSL 205.26º 0.5% 0.85% -
HSV(B) 205.26º 0.16% 0.93% -
XYZ 64.02 69.25 89.35 -
YUV 215.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 198 220 236 0.16 0.07 0 0.07 205.26 0.5 0.85
Hex C6 DC EC 10 7 0 7 CD 32 55
Octal 306 334 354 20 7 0 7 315 62 125
Binary 11000110 11011100 11101100 10000 111 0 111 11001101 110010 1010101

Color Harmonies of #C6DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCEC

Black with #C6DCEC

Text Example


Text Example

White with #C6DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCEC; }

 p { color: rgb(198,220,236); }

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

background-color css

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

 a { background-color: rgb(198,220,236); }

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

border-color css

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

 span { border-color: rgb(198,220,236); }

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