Html Css Color HEX #C1DAF1 Pattens Blue

📋 copy color: '#C1DAF1'

red 193 ◦ green 218 ◦ blue 241

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

Shades of Pattens Blue #C1DAF1

Tints of Pattens Blue #C1DAF1

RGB

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

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

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

R = 29.6%
G = 33.44%
B = 36.96%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1DAF1 (or 0xC1DAF1) is known color: Pattens Blue. HEX triplet: C1, DA and F1. RGB value is (193,218,241). Sum of RGB (Red+Green+Blue) = 193+218+241=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAF1 is #3E250E. Grayscale: #D5D5D5. Windows color (decimal): -4072719 or 15850177. OLE color: 15850177.

HSL color Cylindrical-coordinate representation of color #C1DAF1: hue angle of 208.75º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1DAF1 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 218 241 -
CMYK 0.20 0.10 0 0.05
HSL 208.75º 0.63% 0.85% -
HSV(B) 208.75º 0.2% 0.95% -
XYZ 62.94 67.83 92.99 -
YUV 213.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 193 218 241 0.20 0.10 0 0.05 208.75 0.63 0.85
Hex C1 DA F1 14 A 0 5 D1 3F 55
Octal 301 332 361 24 12 0 5 321 77 125
Binary 11000001 11011010 11110001 10100 1010 0 101 11010001 111111 1010101

Color Harmonies of #C1DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DAF1

Black with #C1DAF1

Text Example


Text Example

White with #C1DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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