Html Css Color HEX #CCD5FB Hawkes Blue

📋 copy color: '#CCD5FB'

red 204 ◦ green 213 ◦ blue 251

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

Shades of Hawkes Blue #CCD5FB

Tints of Hawkes Blue #CCD5FB

RGB

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

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

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

R = 30.54%
G = 31.89%
B = 37.57%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD5FB (or 0xCCD5FB) is known color: Hawkes Blue. HEX triplet: CC, D5 and FB. RGB value is (204,213,251). Sum of RGB (Red+Green+Blue) = 204+213+251=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FB is #332A04. Grayscale: #D6D6D6. Windows color (decimal): -3353093 or 16504268. OLE color: 16504268.

HSL color Cylindrical-coordinate representation of color #CCD5FB: hue angle of 228.51º 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 #CCD5FB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 213 251 -
CMYK 0.19 0.15 0 0.02
HSL 228.51º 0.85% 0.89% -
HSV(B) 228.51º 0.19% 0.98% -
XYZ 66.11 67.39 100.79 -
YUV 214.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 204 213 251 0.19 0.15 0 0.02 228.51 0.85 0.89
Hex CC D5 FB 13 F 0 2 E5 55 59
Octal 314 325 373 23 17 0 2 345 125 131
Binary 11001100 11010101 11111011 10011 1111 0 10 11100101 1010101 1011001

Color Harmonies of #CCD5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5FB

Black with #CCD5FB

Text Example


Text Example

White with #CCD5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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