Html Css Color HEX #C5DBF0 Pattens Blue

📋 copy color: '#C5DBF0'

red 197 ◦ green 219 ◦ blue 240

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

Shades of Pattens Blue #C5DBF0

Tints of Pattens Blue #C5DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 30.03%
G = 33.38%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5DBF0 (or 0xC5DBF0) is known color: Pattens Blue. HEX triplet: C5, DB and F0. RGB value is (197,219,240). Sum of RGB (Red+Green+Blue) = 197+219+240=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #C5DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBF0 is #3A240F. Grayscale: #D6D6D6. Windows color (decimal): -3810320 or 15784901. OLE color: 15784901.

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

Color convert

RGB 197 219 240 -
CMYK 0.18 0.09 0 0.06
HSL 209.3º 0.59% 0.86% -
HSV(B) 209.3º 0.18% 0.94% -
XYZ 64.09 68.82 92.34 -
YUV 214.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 197 219 240 0.18 0.09 0 0.06 209.3 0.59 0.86
Hex C5 DB F0 12 9 0 6 D1 3B 56
Octal 305 333 360 22 11 0 6 321 73 126
Binary 11000101 11011011 11110000 10010 1001 0 110 11010001 111011 1010110

Color Harmonies of #C5DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBF0

Black with #C5DBF0

Text Example


Text Example

White with #C5DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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