Html Css Color HEX #CCD8FB Hawkes Blue

📋 copy color: '#CCD8FB'

red 204 ◦ green 216 ◦ blue 251

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

Shades of Hawkes Blue #CCD8FB

Tints of Hawkes Blue #CCD8FB

RGB

 RED value IS 204 (80.08% from 255) = 30.4%

 GREEN value IS 216 (84.77% from 255) = 32.19%

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 30.4%
G = 32.19%
B = 37.41%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD8FB (or 0xCCD8FB) is known color: Hawkes Blue. HEX triplet: CC, D8 and FB. RGB value is (204,216,251). Sum of RGB (Red+Green+Blue) = 204+216+251=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FB is #332704. Grayscale: #D8D8D8. Windows color (decimal): -3352325 or 16505036. OLE color: 16505036.

HSL color Cylindrical-coordinate representation of color #CCD8FB: hue angle of 224.68º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD8FB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 216 251 -
CMYK 0.19 0.14 0 0.02
HSL 224.68º 0.85% 0.89% -
HSV(B) 224.68º 0.19% 0.98% -
XYZ 66.87 68.91 101.04 -
YUV 216.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 204 216 251 0.19 0.14 0 0.02 224.68 0.85 0.89
Hex CC D8 FB 13 E 0 2 E1 55 59
Octal 314 330 373 23 16 0 2 341 125 131
Binary 11001100 11011000 11111011 10011 1110 0 10 11100001 1010101 1011001

Color Harmonies of #CCD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8FB

Black with #CCD8FB

Text Example


Text Example

White with #CCD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8FB; }

 p { color: rgb(204,216,251); }

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

background-color css

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

 a { background-color: rgb(204,216,251); }

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

border-color css

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

 span { border-color: rgb(204,216,251); }

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