Html Css Color HEX #CCDEFF Hawkes Blue

📋 copy color: '#CCDEFF'

red 204 ◦ green 222 ◦ blue 255

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

Shades of Hawkes Blue #CCDEFF

Tints of Hawkes Blue #CCDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.6%

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

R = 29.96%
G = 32.6%
B = 37.44%

CMYK

 C value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCDEFF (or 0xCCDEFF) is known color: Hawkes Blue. HEX triplet: CC, DE and FF. RGB value is (204,222,255). Sum of RGB (Red+Green+Blue) = 204+222+255=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFF is #332100. Grayscale: #DCDCDC. Windows color (decimal): -3350785 or 16768716. OLE color: 16768716.

HSL color Cylindrical-coordinate representation of color #CCDEFF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDEFF is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 222 255 -
CMYK 0.2 0.13 0 0
HSL 218.82º 1% 0.9% -
HSV(B) 218.82º 0.2% 1% -
XYZ 69.07 72.3 104.92 -
YUV 220.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 204 222 255 0.2 0.13 0 0 218.82 1 0.9
Hex CC DE FF 14 D 0 0 DB 64 5A
Octal 314 336 377 24 15 0 0 333 144 132
Binary 11001100 11011110 11111111 10100 1101 0 0 11011011 1100100 1011010

Color Harmonies of #CCDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEFF

Black with #CCDEFF

Text Example


Text Example

White with #CCDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEFF; }

 p { color: rgb(204,222,255); }

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

background-color css

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

 a { background-color: rgb(204,222,255); }

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

border-color css

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

 span { border-color: rgb(204,222,255); }

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