Html Css Color HEX #C1DCF3 Pattens Blue

📋 copy color: '#C1DCF3'

red 193 ◦ green 220 ◦ blue 243

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

Shades of Pattens Blue #C1DCF3

Tints of Pattens Blue #C1DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.04%

R = 29.42%
G = 33.54%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1DCF3 (or 0xC1DCF3) is known color: Pattens Blue. HEX triplet: C1, DC and F3. RGB value is (193,220,243). Sum of RGB (Red+Green+Blue) = 193+220+243=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCF3 is #3E230C. Grayscale: #D6D6D6. Windows color (decimal): -4072205 or 15981761. OLE color: 15981761.

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

Color convert

RGB 193 220 243 -
CMYK 0.21 0.09 0 0.05
HSL 207.6º 0.68% 0.85% -
HSV(B) 207.6º 0.21% 0.95% -
XYZ 63.76 68.99 94.75 -
YUV 214.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 193 220 243 0.21 0.09 0 0.05 207.6 0.68 0.85
Hex C1 DC F3 15 9 0 5 D0 44 55
Octal 301 334 363 25 11 0 5 320 104 125
Binary 11000001 11011100 11110011 10101 1001 0 101 11010000 1000100 1010101

Color Harmonies of #C1DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCF3

Black with #C1DCF3

Text Example


Text Example

White with #C1DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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