Html Css Color HEX #C5DEEB Pattens Blue

📋 copy color: '#C5DEEB'

red 197 ◦ green 222 ◦ blue 235

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

Shades of Pattens Blue #C5DEEB

Tints of Pattens Blue #C5DEEB

RGB

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

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

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

R = 30.12%
G = 33.94%
B = 35.93%

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

#C5DEEB (or 0xC5DEEB) is known color: Pattens Blue. HEX triplet: C5, DE and EB. RGB value is (197,222,235). Sum of RGB (Red+Green+Blue) = 197+222+235=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEEB is #3A2114. Grayscale: #D7D7D7. Windows color (decimal): -3809557 or 15457989. OLE color: 15457989.

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

Color convert

RGB 197 222 235 -
CMYK 0.16 0.06 0 0.08
HSL 200.53º 0.49% 0.85% -
HSV(B) 200.53º 0.16% 0.92% -
XYZ 64.14 70.11 88.75 -
YUV 216.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 197 222 235 0.16 0.06 0 0.08 200.53 0.49 0.85
Hex C5 DE EB 10 6 0 8 C9 31 55
Octal 305 336 353 20 6 0 10 311 61 125
Binary 11000101 11011110 11101011 10000 110 0 1000 11001001 110001 1010101

Color Harmonies of #C5DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEEB

Black with #C5DEEB

Text Example


Text Example

White with #C5DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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