Html Css Color HEX #C5DBEA Pattens Blue

📋 copy color: '#C5DBEA'

red 197 ◦ green 219 ◦ blue 234

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

Shades of Pattens Blue #C5DBEA

Tints of Pattens Blue #C5DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.69%

 BLUE value IS 234 (91.8% from 255) = 36%

R = 30.31%
G = 33.69%
B = 36%

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

#C5DBEA (or 0xC5DBEA) is known color: Pattens Blue. HEX triplet: C5, DB and EA. RGB value is (197,219,234). Sum of RGB (Red+Green+Blue) = 197+219+234=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBEA is #3A2415. Grayscale: #D6D6D6. Windows color (decimal): -3810326 or 15391685. OLE color: 15391685.

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

Color convert

RGB 197 219 234 -
CMYK 0.16 0.06 0 0.08
HSL 204.32º 0.47% 0.85% -
HSV(B) 204.32º 0.16% 0.92% -
XYZ 63.21 68.47 87.73 -
YUV 214.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 197 219 234 0.16 0.06 0 0.08 204.32 0.47 0.85
Hex C5 DB EA 10 6 0 8 CC 2F 55
Octal 305 333 352 20 6 0 10 314 57 125
Binary 11000101 11011011 11101010 10000 110 0 1000 11001100 101111 1010101

Color Harmonies of #C5DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBEA

Black with #C5DBEA

Text Example


Text Example

White with #C5DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBEA; }

 p { color: rgb(197,219,234); }

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

background-color css

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

 a { background-color: rgb(197,219,234); }

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

border-color css

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

 span { border-color: rgb(197,219,234); }

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