Html Css Color HEX #68AAF3 Cornflower Blue

📋 copy color: '#68AAF3'

red 104 ◦ green 170 ◦ blue 243

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

Shades of Cornflower Blue #68AAF3

Tints of Cornflower Blue #68AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47%

R = 20.12%
G = 32.88%
B = 47%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68AAF3 (or 0x68AAF3) is known color: Cornflower Blue. HEX triplet: 68, AA and F3. RGB value is (104,170,243). Sum of RGB (Red+Green+Blue) = 104+170+243=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #68AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAF3 is #97550C. Grayscale: #9E9E9E. Windows color (decimal): -9917709 or 15968872. OLE color: 15968872.

HSL color Cylindrical-coordinate representation of color #68AAF3: hue angle of 211.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68AAF3 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 170 243 -
CMYK 0.57 0.30 0 0.05
HSL 211.51º 0.85% 0.68% -
HSV(B) 211.51º 0.57% 0.95% -
XYZ 36.26 38.16 90.25 -
YUV 158.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 104 170 243 0.57 0.30 0 0.05 211.51 0.85 0.68
Hex 68 AA F3 39 1E 0 5 D4 55 44
Octal 150 252 363 71 36 0 5 324 125 104
Binary 1101000 10101010 11110011 111001 11110 0 101 11010100 1010101 1000100

Color Harmonies of #68AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAF3

Black with #68AAF3

Text Example


Text Example

White with #68AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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