Html Css Color HEX #C2DCFD Hawkes Blue

📋 copy color: '#C2DCFD'

red 194 ◦ green 220 ◦ blue 253

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

Shades of Hawkes Blue #C2DCFD

Tints of Hawkes Blue #C2DCFD

RGB

 RED value IS 194 (76.17% from 255) = 29.09%

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

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

R = 29.09%
G = 32.98%
B = 37.93%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2DCFD (or 0xC2DCFD) is known color: Hawkes Blue. HEX triplet: C2, DC and FD. RGB value is (194,220,253). Sum of RGB (Red+Green+Blue) = 194+220+253=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFD is #3D2302. Grayscale: #D7D7D7. Windows color (decimal): -4006659 or 16637122. OLE color: 16637122.

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

Color convert

RGB 194 220 253 -
CMYK 0.23 0.13 0 0.01
HSL 213.56º 0.94% 0.88% -
HSV(B) 213.56º 0.23% 0.99% -
XYZ 65.57 69.75 102.94 -
YUV 215.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 194 220 253 0.23 0.13 0 0.01 213.56 0.94 0.88
Hex C2 DC FD 17 D 0 1 D6 5E 58
Octal 302 334 375 27 15 0 1 326 136 130
Binary 11000010 11011100 11111101 10111 1101 0 1 11010110 1011110 1011000

Color Harmonies of #C2DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCFD

Black with #C2DCFD

Text Example


Text Example

White with #C2DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCFD; }

 p { color: rgb(194,220,253); }

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

background-color css

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

 a { background-color: rgb(194,220,253); }

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

border-color css

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

 span { border-color: rgb(194,220,253); }

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