#CADFFD

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

Shades of Hawkes Blue #CADFFD

Tints of Hawkes Blue #CADFFD

Color information

#CADFFD (or 0xCADFFD) is unknown color: approx Hawkes Blue. HEX triplet: CA, DF and FD. RGB value is (202,223,253). Sum of RGB (Red+Green+Blue) = 202+223+253=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 223 (87.5% from 255 or 32.89% 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 #CADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFFD is #352002. Grayscale: #DCDCDC. Windows color (decimal): -3481603 or 16637898. OLE color: 16637898.

HSL color Cylindrical-coordinate representation of color #CADFFD: hue angle of 215.29º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADFFD is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202223253-
CMYK0.200.1200.01
HSL215.29º92.73%89.22%-
HSV(B)215.29º20.16%99.22%-
XYZ68.4772.42103.3-
YUV220.14146.54115.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=29.79%
G=32.89%
B=37.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022232530.200.1200.01215.2992.7389.22
HexCADFFD14C01d75d59
Octal312337375241401327135131
Binary110010101101111111111101101001100011101011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFFD; }

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

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

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

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

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

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

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

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