Html Css Color HEX #C3DDFF Hawkes Blue

📋 copy color: '#C3DDFF'

red 195 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #C3DDFF

Tints of Hawkes Blue #C3DDFF

RGB

 RED value IS 195 (76.56% from 255) = 29.06%

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

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

R = 29.06%
G = 32.94%
B = 38%

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

#C3DDFF (or 0xC3DDFF) is known color: Hawkes Blue. HEX triplet: C3, DD and FF. RGB value is (195,221,255). Sum of RGB (Red+Green+Blue) = 195+221+255=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDFF is #3C2200. Grayscale: #D8D8D8. Windows color (decimal): -3940865 or 16768451. OLE color: 16768451.

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

Color convert

RGB 195 221 255 -
CMYK 0.24 0.13 0 0
HSL 214º 1% 0.88% -
HSV(B) 214º 0.24% 1% -
XYZ 66.41 70.54 104.72 -
YUV 217.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 195 221 255 0.24 0.13 0 0 214 1 0.88
Hex C3 DD FF 18 D 0 0 D6 64 58
Octal 303 335 377 30 15 0 0 326 144 130
Binary 11000011 11011101 11111111 11000 1101 0 0 11010110 1100100 1011000

Color Harmonies of #C3DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDFF

Black with #C3DDFF

Text Example


Text Example

White with #C3DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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