#CAD5F8

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

Shades of Hawkes Blue #CAD5F8

Tints of Hawkes Blue #CAD5F8

Color information

#CAD5F8 (or 0xCAD5F8) is unknown color: approx Hawkes Blue. HEX triplet: CA, D5 and F8. RGB value is (202,213,248). Sum of RGB (Red+Green+Blue) = 202+213+248=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAD5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5F8 is #352A07. Grayscale: #D5D5D5. Windows color (decimal): -3484168 or 16307658. OLE color: 16307658.

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

Color convert

RGB202213248-
CMYK0.190.1400.03
HSL225.65º76.67%88.24%-
HSV(B)225.65º18.55%97.25%-
XYZ65.0966.9298.29-
YUV213.7147.36119.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 248 (97.27% from 255) = 37.41%
R=30.47%
G=32.13%
B=37.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022132480.190.1400.03225.6576.6788.24
HexCAD5F813E03e24d58
Octal312325370231603342115130
Binary1100101011010101111110001001111100111110001010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5F8; }

 p { color: rgb(202,213,248); }

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

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

 a { background-color: rgb(202,213,248); }

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

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

 span { border-color: rgb(202,213,248); }

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