Html Css Color HEX #5DACFC Cornflower Blue

📋 copy color: '#5DACFC'

red 93 ◦ green 172 ◦ blue 252

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

Shades of Cornflower Blue #5DACFC

Tints of Cornflower Blue #5DACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 17.99%
G = 33.27%
B = 48.74%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DACFC (or 0x5DACFC) is known color: Cornflower Blue. HEX triplet: 5D, AC and FC. RGB value is (93,172,252). Sum of RGB (Red+Green+Blue) = 93+172+252=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFC is #A25303. Grayscale: #9D9D9D. Windows color (decimal): -10638084 or 16559197. OLE color: 16559197.

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

Color convert

RGB 93 172 252 -
CMYK 0.63 0.32 0 0.01
HSL 210.19º 0.96% 0.68% -
HSV(B) 210.19º 0.63% 0.99% -
XYZ 36.84 38.86 97.65 -
YUV 157.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 93 172 252 0.63 0.32 0 0.01 210.19 0.96 0.68
Hex 5D AC FC 3F 20 0 1 D2 60 44
Octal 135 254 374 77 40 0 1 322 140 104
Binary 1011101 10101100 11111100 111111 100000 0 1 11010010 1100000 1000100

Color Harmonies of #5DACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACFC

Black with #5DACFC

Text Example


Text Example

White with #5DACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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