Html Css Color HEX #68AAFE Cornflower Blue

📋 copy color: '#68AAFE'

red 104 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #68AAFE

Tints of Cornflower Blue #68AAFE

RGB

 RED value IS 104 (41.02% from 255) = 19.7%

 GREEN value IS 170 (66.8% from 255) = 32.2%

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 19.7%
G = 32.2%
B = 48.11%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68AAFE (or 0x68AAFE) is known color: Cornflower Blue. HEX triplet: 68, AA and FE. RGB value is (104,170,254). Sum of RGB (Red+Green+Blue) = 104+170+254=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #68AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAFE is #975501. Grayscale: #9F9F9F. Windows color (decimal): -9917698 or 16689768. OLE color: 16689768.

HSL color Cylindrical-coordinate representation of color #68AAFE: hue angle of 213.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68AAFE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 170 254 -
CMYK 0.59 0.33 0 0.00
HSL 213.6º 0.99% 0.7% -
HSV(B) 213.6º 0.59% 1% -
XYZ 37.97 38.85 99.26 -
YUV 159.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 104 170 254 0.59 0.33 0 0.00 213.6 0.99 0.7
Hex 68 AA FE 3B 21 0 0 D6 63 46
Octal 150 252 376 73 41 0 0 326 143 106
Binary 1101000 10101010 11111110 111011 100001 0 0 11010110 1100011 1000110

Color Harmonies of #68AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAFE

Black with #68AAFE

Text Example


Text Example

White with #68AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AAFE; }

 p { color: rgb(104,170,254); }

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

background-color css

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

 a { background-color: rgb(104,170,254); }

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

border-color css

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

 span { border-color: rgb(104,170,254); }

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