Html Css Color HEX #C2D7FE Hawkes Blue

📋 copy color: '#C2D7FE'

red 194 ◦ green 215 ◦ blue 254

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

Shades of Hawkes Blue #C2D7FE

Tints of Hawkes Blue #C2D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.43%

 BLUE value IS 254 (99.61% from 255) = 38.31%

R = 29.26%
G = 32.43%
B = 38.31%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2D7FE (or 0xC2D7FE) is known color: Hawkes Blue. HEX triplet: C2, D7 and FE. RGB value is (194,215,254). Sum of RGB (Red+Green+Blue) = 194+215+254=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 215 (84.38% from 255 or 32.43% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D7FE is #3D2801. Grayscale: #D4D4D4. Windows color (decimal): -4007938 or 16701378. OLE color: 16701378.

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

Color convert

RGB 194 215 254 -
CMYK 0.24 0.15 0 0.00
HSL 219º 0.97% 0.88% -
HSV(B) 219º 0.24% 1% -
XYZ 64.44 67.23 103.35 -
YUV 213.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 194 215 254 0.24 0.15 0 0.00 219 0.97 0.88
Hex C2 D7 FE 18 F 0 0 DB 61 58
Octal 302 327 376 30 17 0 0 333 141 130
Binary 11000010 11010111 11111110 11000 1111 0 0 11011011 1100001 1011000

Color Harmonies of #C2D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7FE

Black with #C2D7FE

Text Example


Text Example

White with #C2D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7FE; }

 p { color: rgb(194,215,254); }

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

background-color css

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

 a { background-color: rgb(194,215,254); }

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

border-color css

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

 span { border-color: rgb(194,215,254); }

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