#CFDCFD

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

Shades of Hawkes Blue #CFDCFD

Tints of Hawkes Blue #CFDCFD

Color information

#CFDCFD (or 0xCFDCFD) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and FD. RGB value is (207,220,253). Sum of RGB (Red+Green+Blue) = 207+220+253=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFD is #302302. Grayscale: #DBDBDB. Windows color (decimal): -3154691 or 16637135. OLE color: 16637135.

HSL color Cylindrical-coordinate representation of color #CFDCFD: hue angle of 223.04º 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 #CFDCFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207220253-
CMYK0.180.1300.01
HSL223.04º92%90.2%-
HSV(B)223.04º18.18%99.22%-
XYZ69.0571.54103.1-
YUV219.88146.69118.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.44%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=30.44%
G=32.35%
B=37.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072202530.180.1300.01223.049290.2
HexCFDCFD12D01df5c5a
Octal317334375221501337134132
Binary110011111101110011111101100101101011101111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCFD; }

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

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

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

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

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

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

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

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