Html Css Color HEX #C5DCF1 Pattens Blue

📋 copy color: '#C5DCF1'

red 197 ◦ green 220 ◦ blue 241

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

Shades of Pattens Blue #C5DCF1

Tints of Pattens Blue #C5DCF1

RGB

 RED value IS 197 (77.34% from 255) = 29.94%

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

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

R = 29.94%
G = 33.43%
B = 36.63%

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

#C5DCF1 (or 0xC5DCF1) is known color: Pattens Blue. HEX triplet: C5, DC and F1. RGB value is (197,220,241). Sum of RGB (Red+Green+Blue) = 197+220+241=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCF1 is #3A230E. Grayscale: #D7D7D7. Windows color (decimal): -3810063 or 15850693. OLE color: 15850693.

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

Color convert

RGB 197 220 241 -
CMYK 0.18 0.09 0 0.05
HSL 208.64º 0.61% 0.86% -
HSV(B) 208.64º 0.18% 0.95% -
XYZ 64.5 69.41 93.22 -
YUV 215.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 197 220 241 0.18 0.09 0 0.05 208.64 0.61 0.86
Hex C5 DC F1 12 9 0 5 D1 3D 56
Octal 305 334 361 22 11 0 5 321 75 126
Binary 11000101 11011100 11110001 10010 1001 0 101 11010001 111101 1010110

Color Harmonies of #C5DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCF1

Black with #C5DCF1

Text Example


Text Example

White with #C5DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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