Html Css Color HEX #C5DBEF Pattens Blue

📋 copy color: '#C5DBEF'

red 197 ◦ green 219 ◦ blue 239

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

Shades of Pattens Blue #C5DBEF

Tints of Pattens Blue #C5DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.49%

R = 30.08%
G = 33.44%
B = 36.49%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5DBEF (or 0xC5DBEF) is known color: Pattens Blue. HEX triplet: C5, DB and EF. RGB value is (197,219,239). Sum of RGB (Red+Green+Blue) = 197+219+239=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBEF is #3A2410. Grayscale: #D6D6D6. Windows color (decimal): -3810321 or 15719365. OLE color: 15719365.

HSL color Cylindrical-coordinate representation of color #C5DBEF: hue angle of 208.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DBEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 219 239 -
CMYK 0.18 0.08 0 0.06
HSL 208.57º 0.57% 0.85% -
HSV(B) 208.57º 0.18% 0.94% -
XYZ 63.94 68.77 91.56 -
YUV 214.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 197 219 239 0.18 0.08 0 0.06 208.57 0.57 0.85
Hex C5 DB EF 12 8 0 6 D1 39 55
Octal 305 333 357 22 10 0 6 321 71 125
Binary 11000101 11011011 11101111 10010 1000 0 110 11010001 111001 1010101

Color Harmonies of #C5DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBEF

Black with #C5DBEF

Text Example


Text Example

White with #C5DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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