Html Css Color HEX #C5D9E6 Pattens Blue

📋 copy color: '#C5D9E6'

red 197 ◦ green 217 ◦ blue 230

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

Shades of Pattens Blue #C5D9E6

Tints of Pattens Blue #C5D9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.7%

 BLUE value IS 230 (90.23% from 255) = 35.71%

R = 30.59%
G = 33.7%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C5D9E6 (or 0xC5D9E6) is known color: Pattens Blue. HEX triplet: C5, D9 and E6. RGB value is (197,217,230). Sum of RGB (Red+Green+Blue) = 197+217+230=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5D9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D9E6 is #3A2619. Grayscale: #D4D4D4. Windows color (decimal): -3810842 or 15129029. OLE color: 15129029.

HSL color Cylindrical-coordinate representation of color #C5D9E6: hue angle of 203.64º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5D9E6 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 217 230 -
CMYK 0.14 0.06 0 0.10
HSL 203.64º 0.4% 0.84% -
HSV(B) 203.64º 0.14% 0.9% -
XYZ 62.12 67.21 84.56 -
YUV 212.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 197 217 230 0.14 0.06 0 0.10 203.64 0.4 0.84
Hex C5 D9 E6 E 6 0 A CC 28 54
Octal 305 331 346 16 6 0 12 314 50 124
Binary 11000101 11011001 11100110 1110 110 0 1010 11001100 101000 1010100

Color Harmonies of #C5D9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D9E6

Black with #C5D9E6

Text Example


Text Example

White with #C5D9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D9E6; }

 p { color: rgb(197,217,230); }

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

background-color css

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

 a { background-color: rgb(197,217,230); }

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

border-color css

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

 span { border-color: rgb(197,217,230); }

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