Html Css Color HEX #60A8FB Cornflower Blue

📋 copy color: '#60A8FB'

red 96 ◦ green 168 ◦ blue 251

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

Shades of Cornflower Blue #60A8FB

Tints of Cornflower Blue #60A8FB

RGB

 RED value IS 96 (37.89% from 255) = 18.64%

 GREEN value IS 168 (66.02% from 255) = 32.62%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 18.64%
G = 32.62%
B = 48.74%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60A8FB (or 0x60A8FB) is known color: Cornflower Blue. HEX triplet: 60, A8 and FB. RGB value is (96,168,251). Sum of RGB (Red+Green+Blue) = 96+168+251=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #60A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8FB is #9F5704. Grayscale: #9B9B9B. Windows color (decimal): -10442501 or 16492640. OLE color: 16492640.

HSL color Cylindrical-coordinate representation of color #60A8FB: hue angle of 212.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A8FB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 168 251 -
CMYK 0.62 0.33 0 0.02
HSL 212.13º 0.95% 0.68% -
HSV(B) 212.13º 0.62% 0.98% -
XYZ 36.24 37.46 96.59 -
YUV 155.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 96 168 251 0.62 0.33 0 0.02 212.13 0.95 0.68
Hex 60 A8 FB 3E 21 0 2 D4 5F 44
Octal 140 250 373 76 41 0 2 324 137 104
Binary 1100000 10101000 11111011 111110 100001 0 10 11010100 1011111 1000100

Color Harmonies of #60A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A8FB

Black with #60A8FB

Text Example


Text Example

White with #60A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A8FB; }

 p { color: rgb(96,168,251); }

 H1.HeaderClassName
 {
   color: #60A8FB;
 }
 .AnyTagClassName
 {
   color: #60A8FB;
 }
</style>

background-color css

<style>
 a { background-color: #60A8FB; }

 a { background-color: rgb(96,168,251); }

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

border-color css

<style>
 span { border-color: #60A8FB; }

 span { border-color: rgb(96,168,251); }

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