Html Css Color HEX #C7DDFD Hawkes Blue

📋 copy color: '#C7DDFD'

red 199 ◦ green 221 ◦ blue 253

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

Shades of Hawkes Blue #C7DDFD

Tints of Hawkes Blue #C7DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.84%

 BLUE value IS 253 (99.22% from 255) = 37.59%

R = 29.57%
G = 32.84%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7DDFD (or 0xC7DDFD) is known color: Hawkes Blue. HEX triplet: C7, DD and FD. RGB value is (199,221,253). Sum of RGB (Red+Green+Blue) = 199+221+253=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDFD is #382202. Grayscale: #D9D9D9. Windows color (decimal): -3678723 or 16637383. OLE color: 16637383.

HSL color Cylindrical-coordinate representation of color #C7DDFD: hue angle of 215.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7DDFD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 221 253 -
CMYK 0.21 0.13 0 0.01
HSL 215.56º 0.93% 0.89% -
HSV(B) 215.56º 0.21% 0.99% -
XYZ 67.14 70.95 103.08 -
YUV 218.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 199 221 253 0.21 0.13 0 0.01 215.56 0.93 0.89
Hex C7 DD FD 15 D 0 1 D8 5D 59
Octal 307 335 375 25 15 0 1 330 135 131
Binary 11000111 11011101 11111101 10101 1101 0 1 11011000 1011101 1011001

Color Harmonies of #C7DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDFD

Black with #C7DDFD

Text Example


Text Example

White with #C7DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDFD; }

 p { color: rgb(199,221,253); }

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

background-color css

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

 a { background-color: rgb(199,221,253); }

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

border-color css

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

 span { border-color: rgb(199,221,253); }

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