Html Css Color HEX #C6D5FE Hawkes Blue

📋 copy color: '#C6D5FE'

red 198 ◦ green 213 ◦ blue 254

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

Shades of Hawkes Blue #C6D5FE

Tints of Hawkes Blue #C6D5FE

RGB

 RED value IS 198 (77.73% from 255) = 29.77%

 GREEN value IS 213 (83.59% from 255) = 32.03%

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

R = 29.77%
G = 32.03%
B = 38.2%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6D5FE (or 0xC6D5FE) is known color: Hawkes Blue. HEX triplet: C6, D5 and FE. RGB value is (198,213,254). Sum of RGB (Red+Green+Blue) = 198+213+254=665 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.77% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6D5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D5FE is #392A01. Grayscale: #D5D5D5. Windows color (decimal): -3746306 or 16700870. OLE color: 16700870.

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

Color convert

RGB 198 213 254 -
CMYK 0.22 0.16 0 0.00
HSL 223.93º 0.97% 0.89% -
HSV(B) 223.93º 0.22% 1% -
XYZ 64.97 66.75 103.23 -
YUV 213.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 198 213 254 0.22 0.16 0 0.00 223.93 0.97 0.89
Hex C6 D5 FE 16 10 0 0 E0 61 59
Octal 306 325 376 26 20 0 0 340 141 131
Binary 11000110 11010101 11111110 10110 10000 0 0 11100000 1100001 1011001

Color Harmonies of #C6D5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D5FE

Black with #C6D5FE

Text Example


Text Example

White with #C6D5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D5FE; }

 p { color: rgb(198,213,254); }

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

background-color css

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

 a { background-color: rgb(198,213,254); }

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

border-color css

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

 span { border-color: rgb(198,213,254); }

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