Html Css Color HEX #C5DCED Pattens Blue

📋 copy color: '#C5DCED'

red 197 ◦ green 220 ◦ blue 237

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

Shades of Pattens Blue #C5DCED

Tints of Pattens Blue #C5DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.64%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 30.12%
G = 33.64%
B = 36.24%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DCED (or 0xC5DCED) is known color: Pattens Blue. HEX triplet: C5, DC and ED. RGB value is (197,220,237). Sum of RGB (Red+Green+Blue) = 197+220+237=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCED is #3A2312. Grayscale: #D6D6D6. Windows color (decimal): -3810067 or 15588549. OLE color: 15588549.

HSL color Cylindrical-coordinate representation of color #C5DCED: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DCED is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 220 237 -
CMYK 0.17 0.07 0 0.07
HSL 205.5º 0.53% 0.85% -
HSV(B) 205.5º 0.17% 0.93% -
XYZ 63.91 69.17 90.1 -
YUV 215.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 197 220 237 0.17 0.07 0 0.07 205.5 0.53 0.85
Hex C5 DC ED 11 7 0 7 CE 35 55
Octal 305 334 355 21 7 0 7 316 65 125
Binary 11000101 11011100 11101101 10001 111 0 111 11001110 110101 1010101

Color Harmonies of #C5DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCED

Black with #C5DCED

Text Example


Text Example

White with #C5DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCED; }

 p { color: rgb(197,220,237); }

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

background-color css

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

 a { background-color: rgb(197,220,237); }

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

border-color css

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

 span { border-color: rgb(197,220,237); }

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