Html Css Color HEX #5DACFE Cornflower Blue

📋 copy color: '#5DACFE'

red 93 ◦ green 172 ◦ blue 254

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

Shades of Cornflower Blue #5DACFE

Tints of Cornflower Blue #5DACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 17.92%
G = 33.14%
B = 48.94%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DACFE (or 0x5DACFE) is known color: Cornflower Blue. HEX triplet: 5D, AC and FE. RGB value is (93,172,254). Sum of RGB (Red+Green+Blue) = 93+172+254=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFE is #A25301. Grayscale: #9D9D9D. Windows color (decimal): -10638082 or 16690269. OLE color: 16690269.

HSL color Cylindrical-coordinate representation of color #5DACFE: hue angle of 210.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DACFE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 172 254 -
CMYK 0.63 0.32 0 0.00
HSL 210.56º 0.99% 0.68% -
HSV(B) 210.56º 0.63% 1% -
XYZ 37.16 38.99 99.33 -
YUV 157.73 182.33 81.83 -
System Red Green Blue C M Y K H S L
Decimal 93 172 254 0.63 0.32 0 0.00 210.56 0.99 0.68
Hex 5D AC FE 3F 20 0 0 D3 63 44
Octal 135 254 376 77 40 0 0 323 143 104
Binary 1011101 10101100 11111110 111111 100000 0 0 11010011 1100011 1000100

Color Harmonies of #5DACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACFE

Black with #5DACFE

Text Example


Text Example

White with #5DACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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