Html Css Color HEX #C7DCF1 Pattens Blue

📋 copy color: '#C7DCF1'

red 199 ◦ green 220 ◦ blue 241

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

Shades of Pattens Blue #C7DCF1

Tints of Pattens Blue #C7DCF1

RGB

 RED value IS 199 (78.13% from 255) = 30.15%

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

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 30.15%
G = 33.33%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7DCF1 (or 0xC7DCF1) is known color: Pattens Blue. HEX triplet: C7, DC and F1. RGB value is (199,220,241). Sum of RGB (Red+Green+Blue) = 199+220+241=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCF1 is #38230E. Grayscale: #D8D8D8. Windows color (decimal): -3678991 or 15850695. OLE color: 15850695.

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

Color convert

RGB 199 220 241 -
CMYK 0.17 0.09 0 0.05
HSL 210º 0.6% 0.86% -
HSV(B) 210º 0.17% 0.95% -
XYZ 65.02 69.68 93.24 -
YUV 216.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 199 220 241 0.17 0.09 0 0.05 210 0.6 0.86
Hex C7 DC F1 11 9 0 5 D2 3C 56
Octal 307 334 361 21 11 0 5 322 74 126
Binary 11000111 11011100 11110001 10001 1001 0 101 11010010 111100 1010110

Color Harmonies of #C7DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCF1

Black with #C7DCF1

Text Example


Text Example

White with #C7DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCF1; }

 p { color: rgb(199,220,241); }

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

background-color css

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

 a { background-color: rgb(199,220,241); }

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

border-color css

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

 span { border-color: rgb(199,220,241); }

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