Html Css Color HEX #CFE1FA Hawkes Blue

📋 copy color: '#CFE1FA'

red 207 ◦ green 225 ◦ blue 250

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

Shades of Hawkes Blue #CFE1FA

Tints of Hawkes Blue #CFE1FA

RGB

 RED value IS 207 (81.25% from 255) = 30.35%

 GREEN value IS 225 (88.28% from 255) = 32.99%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 30.35%
G = 32.99%
B = 36.66%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE1FA (or 0xCFE1FA) is known color: Hawkes Blue. HEX triplet: CF, E1 and FA. RGB value is (207,225,250). Sum of RGB (Red+Green+Blue) = 207+225+250=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FA is #301E05. Grayscale: #DEDEDE. Windows color (decimal): -3153414 or 16441807. OLE color: 16441807.

HSL color Cylindrical-coordinate representation of color #CFE1FA: hue angle of 214.88º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE1FA is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 225 250 -
CMYK 0.17 0.10 0 0.02
HSL 214.88º 0.81% 0.9% -
HSV(B) 214.88º 0.17% 0.98% -
XYZ 69.91 74.02 101.04 -
YUV 222.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 207 225 250 0.17 0.10 0 0.02 214.88 0.81 0.9
Hex CF E1 FA 11 A 0 2 D7 51 5A
Octal 317 341 372 21 12 0 2 327 121 132
Binary 11001111 11100001 11111010 10001 1010 0 10 11010111 1010001 1011010

Color Harmonies of #CFE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1FA

Black with #CFE1FA

Text Example


Text Example

White with #CFE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1FA; }

 p { color: rgb(207,225,250); }

 H1.HeaderClassName
 {
   color: #CFE1FA;
 }
 .AnyTagClassName
 {
   color: #CFE1FA;
 }
</style>

background-color css

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

 a { background-color: rgb(207,225,250); }

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

border-color css

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

 span { border-color: rgb(207,225,250); }

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