Html Css Color HEX #C2DDFF Hawkes Blue

📋 copy color: '#C2DDFF'

red 194 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #C2DDFF

Tints of Hawkes Blue #C2DDFF

RGB

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

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

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

R = 28.96%
G = 32.99%
B = 38.06%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2DDFF (or 0xC2DDFF) is known color: Hawkes Blue. HEX triplet: C2, DD and FF. RGB value is (194,221,255). Sum of RGB (Red+Green+Blue) = 194+221+255=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFF is #3D2200. Grayscale: #D8D8D8. Windows color (decimal): -4006401 or 16768450. OLE color: 16768450.

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

Color convert

RGB 194 221 255 -
CMYK 0.24 0.13 0 0
HSL 213.44º 1% 0.88% -
HSV(B) 213.44º 0.24% 1% -
XYZ 66.15 70.4 104.71 -
YUV 216.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 194 221 255 0.24 0.13 0 0 213.44 1 0.88
Hex C2 DD FF 18 D 0 0 D5 64 58
Octal 302 335 377 30 15 0 0 325 144 130
Binary 11000010 11011101 11111111 11000 1101 0 0 11010101 1100100 1011000

Color Harmonies of #C2DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDFF

Black with #C2DDFF

Text Example


Text Example

White with #C2DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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