Html Css Color HEX #C7DCF2 Pattens Blue

📋 copy color: '#C7DCF2'

red 199 ◦ green 220 ◦ blue 242

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

Shades of Pattens Blue #C7DCF2

Tints of Pattens Blue #C7DCF2

RGB

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

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

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

R = 30.11%
G = 33.28%
B = 36.61%

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

#C7DCF2 (or 0xC7DCF2) is known color: Pattens Blue. HEX triplet: C7, DC and F2. RGB value is (199,220,242). Sum of RGB (Red+Green+Blue) = 199+220+242=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCF2 is #38230D. Grayscale: #D8D8D8. Windows color (decimal): -3678990 or 15916231. OLE color: 15916231.

HSL color Cylindrical-coordinate representation of color #C7DCF2: hue angle of 210.7º degrees, saturation: 0.62, 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 #C7DCF2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 220 242 -
CMYK 0.18 0.09 0 0.05
HSL 210.7º 0.62% 0.86% -
HSV(B) 210.7º 0.18% 0.95% -
XYZ 65.17 69.74 94.03 -
YUV 216.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 199 220 242 0.18 0.09 0 0.05 210.7 0.62 0.86
Hex C7 DC F2 12 9 0 5 D3 3E 56
Octal 307 334 362 22 11 0 5 323 76 126
Binary 11000111 11011100 11110010 10010 1001 0 101 11010011 111110 1010110

Color Harmonies of #C7DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCF2

Black with #C7DCF2

Text Example


Text Example

White with #C7DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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