Html Css Color HEX #C5DBED Pattens Blue

📋 copy color: '#C5DBED'

red 197 ◦ green 219 ◦ blue 237

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

Shades of Pattens Blue #C5DBED

Tints of Pattens Blue #C5DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

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

R = 30.17%
G = 33.54%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DBED (or 0xC5DBED) is known color: Pattens Blue. HEX triplet: C5, DB and ED. RGB value is (197,219,237). Sum of RGB (Red+Green+Blue) = 197+219+237=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBED is #3A2412. Grayscale: #D6D6D6. Windows color (decimal): -3810323 or 15588293. OLE color: 15588293.

HSL color Cylindrical-coordinate representation of color #C5DBED: hue angle of 207º 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 #C5DBED is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 219 237 -
CMYK 0.17 0.08 0 0.07
HSL 207º 0.53% 0.85% -
HSV(B) 207º 0.17% 0.93% -
XYZ 63.64 68.65 90.02 -
YUV 214.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 197 219 237 0.17 0.08 0 0.07 207 0.53 0.85
Hex C5 DB ED 11 8 0 7 CF 35 55
Octal 305 333 355 21 10 0 7 317 65 125
Binary 11000101 11011011 11101101 10001 1000 0 111 11001111 110101 1010101

Color Harmonies of #C5DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBED

Black with #C5DBED

Text Example


Text Example

White with #C5DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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