Html Css Color HEX #C5DDF2 Pattens Blue

📋 copy color: '#C5DDF2'

red 197 ◦ green 221 ◦ blue 242

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

Shades of Pattens Blue #C5DDF2

Tints of Pattens Blue #C5DDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 29.85%
G = 33.48%
B = 36.67%

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

#C5DDF2 (or 0xC5DDF2) is known color: Pattens Blue. HEX triplet: C5, DD and F2. RGB value is (197,221,242). Sum of RGB (Red+Green+Blue) = 197+221+242=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDF2 is #3A220D. Grayscale: #D8D8D8. Windows color (decimal): -3809806 or 15916485. OLE color: 15916485.

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

Color convert

RGB 197 221 242 -
CMYK 0.19 0.09 0 0.05
HSL 208º 0.63% 0.86% -
HSV(B) 208º 0.19% 0.95% -
XYZ 64.91 69.99 94.09 -
YUV 216.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 197 221 242 0.19 0.09 0 0.05 208 0.63 0.86
Hex C5 DD F2 13 9 0 5 D0 3F 56
Octal 305 335 362 23 11 0 5 320 77 126
Binary 11000101 11011101 11110010 10011 1001 0 101 11010000 111111 1010110

Color Harmonies of #C5DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDF2

Black with #C5DDF2

Text Example


Text Example

White with #C5DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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