Html Css Color HEX #C5DCEC Pattens Blue

📋 copy color: '#C5DCEC'

red 197 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C5DCEC

Tints of Pattens Blue #C5DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 30.17%
G = 33.69%
B = 36.14%

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

#C5DCEC (or 0xC5DCEC) is known color: Pattens Blue. HEX triplet: C5, DC and EC. RGB value is (197,220,236). Sum of RGB (Red+Green+Blue) = 197+220+236=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCEC is #3A2313. Grayscale: #D6D6D6. Windows color (decimal): -3810068 or 15523013. OLE color: 15523013.

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

Color convert

RGB 197 220 236 -
CMYK 0.17 0.07 0 0.07
HSL 204.62º 0.51% 0.85% -
HSV(B) 204.62º 0.17% 0.93% -
XYZ 63.76 69.11 89.34 -
YUV 214.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 197 220 236 0.17 0.07 0 0.07 204.62 0.51 0.85
Hex C5 DC EC 11 7 0 7 CD 33 55
Octal 305 334 354 21 7 0 7 315 63 125
Binary 11000101 11011100 11101100 10001 111 0 111 11001101 110011 1010101

Color Harmonies of #C5DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCEC

Black with #C5DCEC

Text Example


Text Example

White with #C5DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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