Html Css Color HEX #C2DAFA Hawkes Blue

📋 copy color: '#C2DAFA'

red 194 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #C2DAFA

Tints of Hawkes Blue #C2DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

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

R = 29.31%
G = 32.93%
B = 37.76%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2DAFA (or 0xC2DAFA) is known color: Hawkes Blue. HEX triplet: C2, DA and FA. RGB value is (194,218,250). Sum of RGB (Red+Green+Blue) = 194+218+250=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFA is #3D2505. Grayscale: #D6D6D6. Windows color (decimal): -4007174 or 16440002. OLE color: 16440002.

HSL color Cylindrical-coordinate representation of color #C2DAFA: hue angle of 214.29º 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 #C2DAFA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 218 250 -
CMYK 0.22 0.13 0 0.02
HSL 214.29º 0.85% 0.87% -
HSV(B) 214.29º 0.22% 0.98% -
XYZ 64.57 68.51 100.26 -
YUV 214.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 194 218 250 0.22 0.13 0 0.02 214.29 0.85 0.87
Hex C2 DA FA 16 D 0 2 D6 55 57
Octal 302 332 372 26 15 0 2 326 125 127
Binary 11000010 11011010 11111010 10110 1101 0 10 11010110 1010101 1010111

Color Harmonies of #C2DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAFA

Black with #C2DAFA

Text Example


Text Example

White with #C2DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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