Html Css Color HEX #C5DDF1 Pattens Blue

📋 copy color: '#C5DDF1'

red 197 ◦ green 221 ◦ blue 241

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

Shades of Pattens Blue #C5DDF1

Tints of Pattens Blue #C5DDF1

RGB

 RED value IS 197 (77.34% from 255) = 29.89%

 GREEN value IS 221 (86.72% from 255) = 33.54%

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

R = 29.89%
G = 33.54%
B = 36.57%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5DDF1 (or 0xC5DDF1) is known color: Pattens Blue. HEX triplet: C5, DD and F1. RGB value is (197,221,241). Sum of RGB (Red+Green+Blue) = 197+221+241=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDF1 is #3A220E. Grayscale: #D7D7D7. Windows color (decimal): -3809807 or 15850949. OLE color: 15850949.

HSL color Cylindrical-coordinate representation of color #C5DDF1: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DDF1 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 221 241 -
CMYK 0.18 0.08 0 0.05
HSL 207.27º 0.61% 0.86% -
HSV(B) 207.27º 0.18% 0.95% -
XYZ 64.76 69.93 93.3 -
YUV 216.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 197 221 241 0.18 0.08 0 0.05 207.27 0.61 0.86
Hex C5 DD F1 12 8 0 5 CF 3D 56
Octal 305 335 361 22 10 0 5 317 75 126
Binary 11000101 11011101 11110001 10010 1000 0 101 11001111 111101 1010110

Color Harmonies of #C5DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDF1

Black with #C5DDF1

Text Example


Text Example

White with #C5DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDF1; }

 p { color: rgb(197,221,241); }

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

background-color css

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

 a { background-color: rgb(197,221,241); }

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

border-color css

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

 span { border-color: rgb(197,221,241); }

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