Html Css Color HEX #C5DCEB Pattens Blue

📋 copy color: '#C5DCEB'

red 197 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #C5DCEB

Tints of Pattens Blue #C5DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 30.21%
G = 33.74%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5DCEB (or 0xC5DCEB) is known color: Pattens Blue. HEX triplet: C5, DC and EB. RGB value is (197,220,235). Sum of RGB (Red+Green+Blue) = 197+220+235=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCEB is #3A2314. Grayscale: #D6D6D6. Windows color (decimal): -3810069 or 15457477. OLE color: 15457477.

HSL color Cylindrical-coordinate representation of color #C5DCEB: hue angle of 203.68º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DCEB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 220 235 -
CMYK 0.16 0.06 0 0.08
HSL 203.68º 0.49% 0.85% -
HSV(B) 203.68º 0.16% 0.92% -
XYZ 63.61 69.05 88.57 -
YUV 214.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 197 220 235 0.16 0.06 0 0.08 203.68 0.49 0.85
Hex C5 DC EB 10 6 0 8 CC 31 55
Octal 305 334 353 20 6 0 10 314 61 125
Binary 11000101 11011100 11101011 10000 110 0 1000 11001100 110001 1010101

Color Harmonies of #C5DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCEB

Black with #C5DCEB

Text Example


Text Example

White with #C5DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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