Html Css Color HEX #C5DEEC Pattens Blue

📋 copy color: '#C5DEEC'

red 197 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #C5DEEC

Tints of Pattens Blue #C5DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.89%

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

R = 30.08%
G = 33.89%
B = 36.03%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DEEC (or 0xC5DEEC) is known color: Pattens Blue. HEX triplet: C5, DE and EC. RGB value is (197,222,236). Sum of RGB (Red+Green+Blue) = 197+222+236=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEEC is #3A2113. Grayscale: #D8D8D8. Windows color (decimal): -3809556 or 15523525. OLE color: 15523525.

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

Color convert

RGB 197 222 236 -
CMYK 0.17 0.06 0 0.07
HSL 201.54º 0.51% 0.85% -
HSV(B) 201.54º 0.17% 0.93% -
XYZ 64.29 70.17 89.51 -
YUV 216.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 197 222 236 0.17 0.06 0 0.07 201.54 0.51 0.85
Hex C5 DE EC 11 6 0 7 CA 33 55
Octal 305 336 354 21 6 0 7 312 63 125
Binary 11000101 11011110 11101100 10001 110 0 111 11001010 110011 1010101

Color Harmonies of #C5DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEEC

Black with #C5DEEC

Text Example


Text Example

White with #C5DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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