Html Css Color HEX #C7DCFF Hawkes Blue

📋 copy color: '#C7DCFF'

red 199 ◦ green 220 ◦ blue 255

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

Shades of Hawkes Blue #C7DCFF

Tints of Hawkes Blue #C7DCFF

RGB

 RED value IS 199 (78.13% from 255) = 29.53%

 GREEN value IS 220 (86.33% from 255) = 32.64%

 BLUE value IS 255 (100% from 255) = 37.83%

R = 29.53%
G = 32.64%
B = 37.83%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7DCFF (or 0xC7DCFF) is known color: Hawkes Blue. HEX triplet: C7, DC and FF. RGB value is (199,220,255). Sum of RGB (Red+Green+Blue) = 199+220+255=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCFF is #382300. Grayscale: #D9D9D9. Windows color (decimal): -3678977 or 16768199. OLE color: 16768199.

HSL color Cylindrical-coordinate representation of color #C7DCFF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DCFF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 220 255 -
CMYK 0.22 0.14 0 0
HSL 217.5º 1% 0.89% -
HSV(B) 217.5º 0.22% 1% -
XYZ 67.2 70.55 104.68 -
YUV 217.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 199 220 255 0.22 0.14 0 0 217.5 1 0.89
Hex C7 DC FF 16 E 0 0 DA 64 59
Octal 307 334 377 26 16 0 0 332 144 131
Binary 11000111 11011100 11111111 10110 1110 0 0 11011010 1100100 1011001

Color Harmonies of #C7DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCFF

Black with #C7DCFF

Text Example


Text Example

White with #C7DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCFF; }

 p { color: rgb(199,220,255); }

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

background-color css

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

 a { background-color: rgb(199,220,255); }

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

border-color css

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

 span { border-color: rgb(199,220,255); }

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