Html Css Color HEX #C3DAF1 Pattens Blue

📋 copy color: '#C3DAF1'

red 195 ◦ green 218 ◦ blue 241

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

Shades of Pattens Blue #C3DAF1

Tints of Pattens Blue #C3DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

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

R = 29.82%
G = 33.33%
B = 36.85%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3DAF1 (or 0xC3DAF1) is known color: Pattens Blue. HEX triplet: C3, DA and F1. RGB value is (195,218,241). Sum of RGB (Red+Green+Blue) = 195+218+241=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAF1 is #3C250E. Grayscale: #D5D5D5. Windows color (decimal): -3941647 or 15850179. OLE color: 15850179.

HSL color Cylindrical-coordinate representation of color #C3DAF1: hue angle of 210º 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 #C3DAF1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 218 241 -
CMYK 0.19 0.10 0 0.05
HSL 210º 0.62% 0.85% -
HSV(B) 210º 0.19% 0.95% -
XYZ 63.45 68.1 93.02 -
YUV 213.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 195 218 241 0.19 0.10 0 0.05 210 0.62 0.85
Hex C3 DA F1 13 A 0 5 D2 3E 55
Octal 303 332 361 23 12 0 5 322 76 125
Binary 11000011 11011010 11110001 10011 1010 0 101 11010010 111110 1010101

Color Harmonies of #C3DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DAF1

Black with #C3DAF1

Text Example


Text Example

White with #C3DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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