Html Css Color HEX #68AAFD Cornflower Blue

📋 copy color: '#68AAFD'

red 104 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #68AAFD

Tints of Cornflower Blue #68AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 19.73%
G = 32.26%
B = 48.01%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68AAFD (or 0x68AAFD) is known color: Cornflower Blue. HEX triplet: 68, AA and FD. RGB value is (104,170,253). Sum of RGB (Red+Green+Blue) = 104+170+253=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #68AAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAFD is #975502. Grayscale: #9F9F9F. Windows color (decimal): -9917699 or 16624232. OLE color: 16624232.

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

Color convert

RGB 104 170 253 -
CMYK 0.59 0.33 0 0.01
HSL 213.42º 0.97% 0.7% -
HSV(B) 213.42º 0.59% 0.99% -
XYZ 37.81 38.78 98.42 -
YUV 159.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 104 170 253 0.59 0.33 0 0.01 213.42 0.97 0.7
Hex 68 AA FD 3B 21 0 1 D5 61 46
Octal 150 252 375 73 41 0 1 325 141 106
Binary 1101000 10101010 11111101 111011 100001 0 1 11010101 1100001 1000110

Color Harmonies of #68AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAFD

Black with #68AAFD

Text Example


Text Example

White with #68AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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