Html Css Color HEX #CFDAFD Hawkes Blue

📋 copy color: '#CFDAFD'

red 207 ◦ green 218 ◦ blue 253

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

Shades of Hawkes Blue #CFDAFD

Tints of Hawkes Blue #CFDAFD

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 value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFDAFD (or 0xCFDAFD) is known color: 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

RGB 207 218 253 -
CMYK 0.18 0.14 0 0.01
HSL 225.65º 0.92% 0.9% -
HSV(B) 225.65º 0.18% 0.99% -
XYZ 68.53 70.5 102.92 -
YUV 218.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 207 218 253 0.18 0.14 0 0.01 225.65 0.92 0.9
Hex CF DA FD 12 E 0 1 E2 5C 5A
Octal 317 332 375 22 16 0 1 342 134 132
Binary 11001111 11011010 11111101 10010 1110 0 1 11100010 1011100 1011010

Color Harmonies of #CFDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAFD

Black with #CFDAFD

Text Example


Text Example

White with #CFDAFD

Text Example


Text Example

HTML Codes & Css Web 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>