Html Css Color HEX #C5DBF2 Hawkes Blue

📋 copy color: '#C5DBF2'

red 197 ◦ green 219 ◦ blue 242

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

Shades of Hawkes Blue #C5DBF2

Tints of Hawkes Blue #C5DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.78%

R = 29.94%
G = 33.28%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5DBF2 (or 0xC5DBF2) is known color: Hawkes Blue. HEX triplet: C5, DB and F2. RGB value is (197,219,242). Sum of RGB (Red+Green+Blue) = 197+219+242=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBF2 is #3A240D. Grayscale: #D6D6D6. Windows color (decimal): -3810318 or 15915973. OLE color: 15915973.

HSL color Cylindrical-coordinate representation of color #C5DBF2: hue angle of 210.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5DBF2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 219 242 -
CMYK 0.19 0.10 0 0.05
HSL 210.67º 0.63% 0.86% -
HSV(B) 210.67º 0.19% 0.95% -
XYZ 64.38 68.94 93.92 -
YUV 215.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 197 219 242 0.19 0.10 0 0.05 210.67 0.63 0.86
Hex C5 DB F2 13 A 0 5 D3 3F 56
Octal 305 333 362 23 12 0 5 323 77 126
Binary 11000101 11011011 11110010 10011 1010 0 101 11010011 111111 1010110

Color Harmonies of #C5DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBF2

Black with #C5DBF2

Text Example


Text Example

White with #C5DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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