Html Css Color HEX #C3DCF1 Pattens Blue

📋 copy color: '#C3DCF1'

red 195 ◦ green 220 ◦ blue 241

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

Shades of Pattens Blue #C3DCF1

Tints of Pattens Blue #C3DCF1

RGB

 RED value IS 195 (76.56% from 255) = 29.73%

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

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

R = 29.73%
G = 33.54%
B = 36.74%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3DCF1 (or 0xC3DCF1) is known color: Pattens Blue. HEX triplet: C3, DC and F1. RGB value is (195,220,241). Sum of RGB (Red+Green+Blue) = 195+220+241=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCF1 is #3C230E. Grayscale: #D6D6D6. Windows color (decimal): -3941135 or 15850691. OLE color: 15850691.

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

Color convert

RGB 195 220 241 -
CMYK 0.19 0.09 0 0.05
HSL 207.39º 0.62% 0.85% -
HSV(B) 207.39º 0.19% 0.95% -
XYZ 63.98 69.14 93.19 -
YUV 214.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 195 220 241 0.19 0.09 0 0.05 207.39 0.62 0.85
Hex C3 DC F1 13 9 0 5 CF 3E 55
Octal 303 334 361 23 11 0 5 317 76 125
Binary 11000011 11011100 11110001 10011 1001 0 101 11001111 111110 1010101

Color Harmonies of #C3DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCF1

Black with #C3DCF1

Text Example


Text Example

White with #C3DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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