Html Css Color HEX #C1DCF7 Pattens Blue

📋 copy color: '#C1DCF7'

red 193 ◦ green 220 ◦ blue 247

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

Shades of Pattens Blue #C1DCF7

Tints of Pattens Blue #C1DCF7

RGB

 RED value IS 193 (75.78% from 255) = 29.24%

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

 BLUE value IS 247 (96.88% from 255) = 37.42%

R = 29.24%
G = 33.33%
B = 37.42%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C1DCF7 (or 0xC1DCF7) is known color: Pattens Blue. HEX triplet: C1, DC and F7. RGB value is (193,220,247). Sum of RGB (Red+Green+Blue) = 193+220+247=660 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.24% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1DCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCF7 is #3E2308. Grayscale: #D6D6D6. Windows color (decimal): -4072201 or 16243905. OLE color: 16243905.

HSL color Cylindrical-coordinate representation of color #C1DCF7: hue angle of 210º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DCF7 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 220 247 -
CMYK 0.22 0.11 0 0.03
HSL 210º 0.77% 0.86% -
HSV(B) 210º 0.22% 0.97% -
XYZ 64.37 69.24 97.97 -
YUV 215.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 193 220 247 0.22 0.11 0 0.03 210 0.77 0.86
Hex C1 DC F7 16 B 0 3 D2 4D 56
Octal 301 334 367 26 13 0 3 322 115 126
Binary 11000001 11011100 11110111 10110 1011 0 11 11010010 1001101 1010110

Color Harmonies of #C1DCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCF7

Black with #C1DCF7

Text Example


Text Example

White with #C1DCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCF7; }

 p { color: rgb(193,220,247); }

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

background-color css

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

 a { background-color: rgb(193,220,247); }

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

border-color css

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

 span { border-color: rgb(193,220,247); }

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