Html Css Color HEX #CADFF7 Hawkes Blue

📋 copy color: '#CADFF7'

red 202 ◦ green 223 ◦ blue 247

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

Shades of Hawkes Blue #CADFF7

Tints of Hawkes Blue #CADFF7

RGB

 RED value IS 202 (79.3% from 255) = 30.06%

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 30.06%
G = 33.18%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CADFF7 (or 0xCADFF7) is known color: Hawkes Blue. HEX triplet: CA, DF and F7. RGB value is (202,223,247). Sum of RGB (Red+Green+Blue) = 202+223+247=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #CADFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF7 is #352008. Grayscale: #DBDBDB. Windows color (decimal): -3481609 or 16244682. OLE color: 16244682.

HSL color Cylindrical-coordinate representation of color #CADFF7: hue angle of 212º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADFF7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 223 247 -
CMYK 0.18 0.10 0 0.03
HSL 212º 0.74% 0.88% -
HSV(B) 212º 0.18% 0.97% -
XYZ 67.53 72.05 98.34 -
YUV 219.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 202 223 247 0.18 0.10 0 0.03 212 0.74 0.88
Hex CA DF F7 12 A 0 3 D4 4A 58
Octal 312 337 367 22 12 0 3 324 112 130
Binary 11001010 11011111 11110111 10010 1010 0 11 11010100 1001010 1011000

Color Harmonies of #CADFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFF7

Black with #CADFF7

Text Example


Text Example

White with #CADFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFF7; }

 p { color: rgb(202,223,247); }

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

background-color css

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

 a { background-color: rgb(202,223,247); }

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

border-color css

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

 span { border-color: rgb(202,223,247); }

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