Html Css Color HEX #C2DAFF Hawkes Blue

📋 copy color: '#C2DAFF'

red 194 ◦ green 218 ◦ blue 255

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

Shades of Hawkes Blue #C2DAFF

Tints of Hawkes Blue #C2DAFF

RGB

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

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

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

R = 29.09%
G = 32.68%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2DAFF (or 0xC2DAFF) is known color: Hawkes Blue. HEX triplet: C2, DA and FF. RGB value is (194,218,255). Sum of RGB (Red+Green+Blue) = 194+218+255=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFF is #3D2500. Grayscale: #D6D6D6. Windows color (decimal): -4007169 or 16767682. OLE color: 16767682.

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

Color convert

RGB 194 218 255 -
CMYK 0.24 0.15 0 0
HSL 216.39º 1% 0.88% -
HSV(B) 216.39º 0.24% 1% -
XYZ 65.37 68.83 104.45 -
YUV 215.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 194 218 255 0.24 0.15 0 0 216.39 1 0.88
Hex C2 DA FF 18 F 0 0 D8 64 58
Octal 302 332 377 30 17 0 0 330 144 130
Binary 11000010 11011010 11111111 11000 1111 0 0 11011000 1100100 1011000

Color Harmonies of #C2DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAFF

Black with #C2DAFF

Text Example


Text Example

White with #C2DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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