Html Css Color HEX #C6DCEB Pattens Blue

📋 copy color: '#C6DCEB'

red 198 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #C6DCEB

Tints of Pattens Blue #C6DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 30.32%
G = 33.69%
B = 35.99%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6DCEB (or 0xC6DCEB) is known color: Pattens Blue. HEX triplet: C6, DC and EB. RGB value is (198,220,235). Sum of RGB (Red+Green+Blue) = 198+220+235=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEB is #392314. Grayscale: #D7D7D7. Windows color (decimal): -3744533 or 15457478. OLE color: 15457478.

HSL color Cylindrical-coordinate representation of color #C6DCEB: hue angle of 204.32º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DCEB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 220 235 -
CMYK 0.16 0.06 0 0.08
HSL 204.32º 0.48% 0.85% -
HSV(B) 204.32º 0.16% 0.92% -
XYZ 63.88 69.19 88.59 -
YUV 215.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 198 220 235 0.16 0.06 0 0.08 204.32 0.48 0.85
Hex C6 DC EB 10 6 0 8 CC 30 55
Octal 306 334 353 20 6 0 10 314 60 125
Binary 11000110 11011100 11101011 10000 110 0 1000 11001100 110000 1010101

Color Harmonies of #C6DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCEB

Black with #C6DCEB

Text Example


Text Example

White with #C6DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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