Html Css Color HEX #C6DDEC Pattens Blue

📋 copy color: '#C6DDEC'

red 198 ◦ green 221 ◦ blue 236

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

Shades of Pattens Blue #C6DDEC

Tints of Pattens Blue #C6DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.74%

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

R = 30.23%
G = 33.74%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6DDEC (or 0xC6DDEC) is known color: Pattens Blue. HEX triplet: C6, DD and EC. RGB value is (198,221,236). Sum of RGB (Red+Green+Blue) = 198+221+236=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDEC is #392213. Grayscale: #D7D7D7. Windows color (decimal): -3744276 or 15523270. OLE color: 15523270.

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

Color convert

RGB 198 221 236 -
CMYK 0.16 0.06 0 0.07
HSL 203.68º 0.5% 0.85% -
HSV(B) 203.68º 0.16% 0.93% -
XYZ 64.29 69.77 89.44 -
YUV 215.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 198 221 236 0.16 0.06 0 0.07 203.68 0.5 0.85
Hex C6 DD EC 10 6 0 7 CC 32 55
Octal 306 335 354 20 6 0 7 314 62 125
Binary 11000110 11011101 11101100 10000 110 0 111 11001100 110010 1010101

Color Harmonies of #C6DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDEC

Black with #C6DDEC

Text Example


Text Example

White with #C6DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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