Html Css Color HEX #C5DEED Pattens Blue

📋 copy color: '#C5DEED'

red 197 ◦ green 222 ◦ blue 237

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

Shades of Pattens Blue #C5DEED

Tints of Pattens Blue #C5DEED

RGB

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

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

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

R = 30.03%
G = 33.84%
B = 36.13%

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

#C5DEED (or 0xC5DEED) is known color: Pattens Blue. HEX triplet: C5, DE and ED. RGB value is (197,222,237). Sum of RGB (Red+Green+Blue) = 197+222+237=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEED is #3A2112. Grayscale: #D8D8D8. Windows color (decimal): -3809555 or 15589061. OLE color: 15589061.

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

Color convert

RGB 197 222 237 -
CMYK 0.17 0.06 0 0.07
HSL 202.5º 0.53% 0.85% -
HSV(B) 202.5º 0.17% 0.93% -
XYZ 64.43 70.23 90.28 -
YUV 216.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 197 222 237 0.17 0.06 0 0.07 202.5 0.53 0.85
Hex C5 DE ED 11 6 0 7 CA 35 55
Octal 305 336 355 21 6 0 7 312 65 125
Binary 11000101 11011110 11101101 10001 110 0 111 11001010 110101 1010101

Color Harmonies of #C5DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEED

Black with #C5DEED

Text Example


Text Example

White with #C5DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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