Html Css Color HEX #C6DCF2 Pattens Blue

📋 copy color: '#C6DCF2'

red 198 ◦ green 220 ◦ blue 242

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

Shades of Pattens Blue #C6DCF2

Tints of Pattens Blue #C6DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 30%
G = 33.33%
B = 36.67%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6DCF2 (or 0xC6DCF2) is known color: Pattens Blue. HEX triplet: C6, DC and F2. RGB value is (198,220,242). Sum of RGB (Red+Green+Blue) = 198+220+242=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCF2 is #39230D. Grayscale: #D7D7D7. Windows color (decimal): -3744526 or 15916230. OLE color: 15916230.

HSL color Cylindrical-coordinate representation of color #C6DCF2: hue angle of 210º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6DCF2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 220 242 -
CMYK 0.18 0.09 0 0.05
HSL 210º 0.63% 0.86% -
HSV(B) 210º 0.18% 0.95% -
XYZ 64.91 69.6 94.02 -
YUV 215.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 198 220 242 0.18 0.09 0 0.05 210 0.63 0.86
Hex C6 DC F2 12 9 0 5 D2 3F 56
Octal 306 334 362 22 11 0 5 322 77 126
Binary 11000110 11011100 11110010 10010 1001 0 101 11010010 111111 1010110

Color Harmonies of #C6DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCF2

Black with #C6DCF2

Text Example


Text Example

White with #C6DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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