Html Css Color HEX #C6DEEC Pattens Blue

📋 copy color: '#C6DEEC'

red 198 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #C6DEEC

Tints of Pattens Blue #C6DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.84%

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

R = 30.18%
G = 33.84%
B = 35.98%

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

#C6DEEC (or 0xC6DEEC) is known color: Pattens Blue. HEX triplet: C6, DE and EC. RGB value is (198,222,236). Sum of RGB (Red+Green+Blue) = 198+222+236=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEEC is #392113. Grayscale: #D8D8D8. Windows color (decimal): -3744020 or 15523526. OLE color: 15523526.

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

Color convert

RGB 198 222 236 -
CMYK 0.16 0.06 0 0.07
HSL 202.11º 0.5% 0.85% -
HSV(B) 202.11º 0.16% 0.93% -
XYZ 64.55 70.3 89.52 -
YUV 216.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 198 222 236 0.16 0.06 0 0.07 202.11 0.5 0.85
Hex C6 DE EC 10 6 0 7 CA 32 55
Octal 306 336 354 20 6 0 7 312 62 125
Binary 11000110 11011110 11101100 10000 110 0 111 11001010 110010 1010101

Color Harmonies of #C6DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DEEC

Black with #C6DEEC

Text Example


Text Example

White with #C6DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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