Html Css Color HEX #68AAF7 Cornflower Blue

📋 copy color: '#68AAF7'

red 104 ◦ green 170 ◦ blue 247

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

Shades of Cornflower Blue #68AAF7

Tints of Cornflower Blue #68AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 19.96%
G = 32.63%
B = 47.41%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68AAF7 (or 0x68AAF7) is known color: Cornflower Blue. HEX triplet: 68, AA and F7. RGB value is (104,170,247). Sum of RGB (Red+Green+Blue) = 104+170+247=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #68AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAF7 is #975508. Grayscale: #9E9E9E. Windows color (decimal): -9917705 or 16231016. OLE color: 16231016.

HSL color Cylindrical-coordinate representation of color #68AAF7: hue angle of 212.31º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68AAF7 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 170 247 -
CMYK 0.58 0.31 0 0.03
HSL 212.31º 0.9% 0.69% -
HSV(B) 212.31º 0.58% 0.97% -
XYZ 36.87 38.41 93.47 -
YUV 159.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 104 170 247 0.58 0.31 0 0.03 212.31 0.9 0.69
Hex 68 AA F7 3A 1F 0 3 D4 5A 45
Octal 150 252 367 72 37 0 3 324 132 105
Binary 1101000 10101010 11110111 111010 11111 0 11 11010100 1011010 1000101

Color Harmonies of #68AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAF7

Black with #68AAF7

Text Example


Text Example

White with #68AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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