Html Css Color HEX #C2DCFA Hawkes Blue

📋 copy color: '#C2DCFA'

red 194 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #C2DCFA

Tints of Hawkes Blue #C2DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 29.22%
G = 33.13%
B = 37.65%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2DCFA (or 0xC2DCFA) is known color: Hawkes Blue. HEX triplet: C2, DC and FA. RGB value is (194,220,250). Sum of RGB (Red+Green+Blue) = 194+220+250=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFA is #3D2305. Grayscale: #D7D7D7. Windows color (decimal): -4006662 or 16440514. OLE color: 16440514.

HSL color Cylindrical-coordinate representation of color #C2DCFA: hue angle of 212.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DCFA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 220 250 -
CMYK 0.22 0.12 0 0.02
HSL 212.14º 0.85% 0.87% -
HSV(B) 212.14º 0.22% 0.98% -
XYZ 65.1 69.56 100.44 -
YUV 215.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 194 220 250 0.22 0.12 0 0.02 212.14 0.85 0.87
Hex C2 DC FA 16 C 0 2 D4 55 57
Octal 302 334 372 26 14 0 2 324 125 127
Binary 11000010 11011100 11111010 10110 1100 0 10 11010100 1010101 1010111

Color Harmonies of #C2DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCFA

Black with #C2DCFA

Text Example


Text Example

White with #C2DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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