Html Css Color HEX #C6DAEC Pattens Blue

📋 copy color: '#C6DAEC'

red 198 ◦ green 218 ◦ blue 236

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

Shades of Pattens Blue #C6DAEC

Tints of Pattens Blue #C6DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.44%

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

R = 30.37%
G = 33.44%
B = 36.2%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6DAEC (or 0xC6DAEC) is known color: Pattens Blue. HEX triplet: C6, DA and EC. RGB value is (198,218,236). Sum of RGB (Red+Green+Blue) = 198+218+236=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAEC is #392513. Grayscale: #D5D5D5. Windows color (decimal): -3745044 or 15522502. OLE color: 15522502.

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

Color convert

RGB 198 218 236 -
CMYK 0.16 0.08 0 0.07
HSL 208.42º 0.5% 0.85% -
HSV(B) 208.42º 0.16% 0.93% -
XYZ 63.5 68.2 89.17 -
YUV 214.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 198 218 236 0.16 0.08 0 0.07 208.42 0.5 0.85
Hex C6 DA EC 10 8 0 7 D0 32 55
Octal 306 332 354 20 10 0 7 320 62 125
Binary 11000110 11011010 11101100 10000 1000 0 111 11010000 110010 1010101

Color Harmonies of #C6DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DAEC

Black with #C6DAEC

Text Example


Text Example

White with #C6DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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