#CFDAFD

Color #CFDAFD Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CFDAFD

Tints of Hawkes Blue #CFDAFD

Color information

#CFDAFD (or 0xCFDAFD) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and FD. RGB value is (207,218,253). Sum of RGB (Red+Green+Blue) = 207+218+253=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFD is #302502. Grayscale: #DADADA. Windows color (decimal): -3155203 or 16636623. OLE color: 16636623.

HSL color Cylindrical-coordinate representation of color #CFDAFD: hue angle of 225.65º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDAFD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207218253-
CMYK0.180.1400.01
HSL225.65º92%90.2%-
HSV(B)225.65º18.18%99.22%-
XYZ68.5370.5102.92-
YUV218.7147.36119.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.53%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=30.53%
G=32.15%
B=37.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072182530.180.1400.01225.659290.2
HexCFDAFD12E01e25c5a
Octal317332375221601342134132
Binary110011111101101011111101100101110011110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAFD; }

 p { color: rgb(207,218,253); }

 H1.HeaderClassName
 {
   color: #CFDAFD;
 }
 .AnyTagClassName
 {
   color: #CFDAFD;
 }
</style>
background-color css

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

 a { background-color: rgb(207,218,253); }

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

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

 span { border-color: rgb(207,218,253); }

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