Html Css Color HEX #C5DCEE Pattens Blue

📋 copy color: '#C5DCEE'

red 197 ◦ green 220 ◦ blue 238

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

Shades of Pattens Blue #C5DCEE

Tints of Pattens Blue #C5DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 30.08%
G = 33.59%
B = 36.34%

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

#C5DCEE (or 0xC5DCEE) is known color: Pattens Blue. HEX triplet: C5, DC and EE. RGB value is (197,220,238). Sum of RGB (Red+Green+Blue) = 197+220+238=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCEE is #3A2311. Grayscale: #D7D7D7. Windows color (decimal): -3810066 or 15654085. OLE color: 15654085.

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

Color convert

RGB 197 220 238 -
CMYK 0.17 0.08 0 0.07
HSL 206.34º 0.55% 0.85% -
HSV(B) 206.34º 0.17% 0.93% -
XYZ 64.05 69.23 90.88 -
YUV 215.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 197 220 238 0.17 0.08 0 0.07 206.34 0.55 0.85
Hex C5 DC EE 11 8 0 7 CE 37 55
Octal 305 334 356 21 10 0 7 316 67 125
Binary 11000101 11011100 11101110 10001 1000 0 111 11001110 110111 1010101

Color Harmonies of #C5DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCEE

Black with #C5DCEE

Text Example


Text Example

White with #C5DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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