Html Css Color HEX #5DACFB Cornflower Blue

📋 copy color: '#5DACFB'

red 93 ◦ green 172 ◦ blue 251

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

Shades of Cornflower Blue #5DACFB

Tints of Cornflower Blue #5DACFB

RGB

 RED value IS 93 (36.72% from 255) = 18.02%

 GREEN value IS 172 (67.58% from 255) = 33.33%

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

R = 18.02%
G = 33.33%
B = 48.64%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DACFB (or 0x5DACFB) is known color: Cornflower Blue. HEX triplet: 5D, AC and FB. RGB value is (93,172,251). Sum of RGB (Red+Green+Blue) = 93+172+251=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFB is #A25304. Grayscale: #9C9C9C. Windows color (decimal): -10638085 or 16493661. OLE color: 16493661.

HSL color Cylindrical-coordinate representation of color #5DACFB: hue angle of 210º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DACFB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 172 251 -
CMYK 0.63 0.31 0 0.02
HSL 210º 0.95% 0.67% -
HSV(B) 210º 0.63% 0.98% -
XYZ 36.68 38.8 96.82 -
YUV 157.39 180.83 82.08 -
System Red Green Blue C M Y K H S L
Decimal 93 172 251 0.63 0.31 0 0.02 210 0.95 0.67
Hex 5D AC FB 3F 1F 0 2 D2 5F 43
Octal 135 254 373 77 37 0 2 322 137 103
Binary 1011101 10101100 11111011 111111 11111 0 10 11010010 1011111 1000011

Color Harmonies of #5DACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACFB

Black with #5DACFB

Text Example


Text Example

White with #5DACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DACFB; }

 p { color: rgb(93,172,251); }

 H1.HeaderClassName
 {
   color: #5DACFB;
 }
 .AnyTagClassName
 {
   color: #5DACFB;
 }
</style>

background-color css

<style>
 a { background-color: #5DACFB; }

 a { background-color: rgb(93,172,251); }

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

border-color css

<style>
 span { border-color: #5DACFB; }

 span { border-color: rgb(93,172,251); }

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