Html Css Color HEX #68AAF8 Cornflower Blue

📋 copy color: '#68AAF8'

red 104 ◦ green 170 ◦ blue 248

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

Shades of Cornflower Blue #68AAF8

Tints of Cornflower Blue #68AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.51%

R = 19.92%
G = 32.57%
B = 47.51%

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

#68AAF8 (or 0x68AAF8) is known color: Cornflower Blue. HEX triplet: 68, AA and F8. RGB value is (104,170,248). Sum of RGB (Red+Green+Blue) = 104+170+248=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #68AAF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAF8 is #975507. Grayscale: #9E9E9E. Windows color (decimal): -9917704 or 16296552. OLE color: 16296552.

HSL color Cylindrical-coordinate representation of color #68AAF8: hue angle of 212.5º degrees, saturation: 0.91, 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 #68AAF8 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 170 248 -
CMYK 0.58 0.31 0 0.03
HSL 212.5º 0.91% 0.69% -
HSV(B) 212.5º 0.58% 0.97% -
XYZ 37.03 38.47 94.28 -
YUV 159.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 104 170 248 0.58 0.31 0 0.03 212.5 0.91 0.69
Hex 68 AA F8 3A 1F 0 3 D4 5B 45
Octal 150 252 370 72 37 0 3 324 133 105
Binary 1101000 10101010 11111000 111010 11111 0 11 11010100 1011011 1000101

Color Harmonies of #68AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAF8

Black with #68AAF8

Text Example


Text Example

White with #68AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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