Html Css Color HEX #C7DCEF Pattens Blue

📋 copy color: '#C7DCEF'

red 199 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #C7DCEF

Tints of Pattens Blue #C7DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 30.24%
G = 33.43%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C7DCEF (or 0xC7DCEF) is known color: Pattens Blue. HEX triplet: C7, DC and EF. RGB value is (199,220,239). Sum of RGB (Red+Green+Blue) = 199+220+239=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEF is #382310. Grayscale: #D7D7D7. Windows color (decimal): -3678993 or 15719623. OLE color: 15719623.

HSL color Cylindrical-coordinate representation of color #C7DCEF: hue angle of 208.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7DCEF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 220 239 -
CMYK 0.17 0.08 0 0.06
HSL 208.5º 0.56% 0.86% -
HSV(B) 208.5º 0.17% 0.94% -
XYZ 64.73 69.56 91.68 -
YUV 215.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 199 220 239 0.17 0.08 0 0.06 208.5 0.56 0.86
Hex C7 DC EF 11 8 0 6 D0 38 56
Octal 307 334 357 21 10 0 6 320 70 126
Binary 11000111 11011100 11101111 10001 1000 0 110 11010000 111000 1010110

Color Harmonies of #C7DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCEF

Black with #C7DCEF

Text Example


Text Example

White with #C7DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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