Html Css Color HEX #68ABFA Cornflower Blue

📋 copy color: '#68ABFA'

red 104 ◦ green 171 ◦ blue 250

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

Shades of Cornflower Blue #68ABFA

Tints of Cornflower Blue #68ABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 19.81%
G = 32.57%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ABFA (or 0x68ABFA) is known color: Cornflower Blue. HEX triplet: 68, AB and FA. RGB value is (104,171,250). Sum of RGB (Red+Green+Blue) = 104+171+250=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #68ABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABFA is #975405. Grayscale: #9F9F9F. Windows color (decimal): -9917446 or 16427880. OLE color: 16427880.

HSL color Cylindrical-coordinate representation of color #68ABFA: hue angle of 212.47º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ABFA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 171 250 -
CMYK 0.58 0.32 0 0.02
HSL 212.47º 0.94% 0.69% -
HSV(B) 212.47º 0.58% 0.98% -
XYZ 37.53 38.97 95.99 -
YUV 159.97 178.8 88.08 -
System Red Green Blue C M Y K H S L
Decimal 104 171 250 0.58 0.32 0 0.02 212.47 0.94 0.69
Hex 68 AB FA 3A 20 0 2 D4 5E 45
Octal 150 253 372 72 40 0 2 324 136 105
Binary 1101000 10101011 11111010 111010 100000 0 10 11010100 1011110 1000101

Color Harmonies of #68ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABFA

Black with #68ABFA

Text Example


Text Example

White with #68ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,250); }

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

background-color css

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

 a { background-color: rgb(104,171,250); }

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

border-color css

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

 span { border-color: rgb(104,171,250); }

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