Html Css Color HEX #68AAFF Cornflower Blue

📋 copy color: '#68AAFF'

red 104 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #68AAFF

Tints of Cornflower Blue #68AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 19.66%
G = 32.14%
B = 48.2%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68AAFF (or 0x68AAFF) is known color: Cornflower Blue. HEX triplet: 68, AA and FF. RGB value is (104,170,255). Sum of RGB (Red+Green+Blue) = 104+170+255=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #68AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAFF is #975500. Grayscale: #9F9F9F. Windows color (decimal): -9917697 or 16755304. OLE color: 16755304.

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

Color convert

RGB 104 170 255 -
CMYK 0.59 0.33 0 0
HSL 213.77º 1% 0.7% -
HSV(B) 213.77º 0.59% 1% -
XYZ 38.13 38.91 100.11 -
YUV 159.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 104 170 255 0.59 0.33 0 0 213.77 1 0.7
Hex 68 AA FF 3B 21 0 0 D6 64 46
Octal 150 252 377 73 41 0 0 326 144 106
Binary 1101000 10101010 11111111 111011 100001 0 0 11010110 1100100 1000110

Color Harmonies of #68AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAFF

Black with #68AAFF

Text Example


Text Example

White with #68AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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