Html Css Color HEX #5DABFD Cornflower Blue

📋 copy color: '#5DABFD'

red 93 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #5DABFD

Tints of Cornflower Blue #5DABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 17.99%
G = 33.08%
B = 48.94%

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

#5DABFD (or 0x5DABFD) is known color: Cornflower Blue. HEX triplet: 5D, AB and FD. RGB value is (93,171,253). Sum of RGB (Red+Green+Blue) = 93+171+253=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABFD is #A25402. Grayscale: #9C9C9C. Windows color (decimal): -10638339 or 16624477. OLE color: 16624477.

HSL color Cylindrical-coordinate representation of color #5DABFD: hue angle of 210.75º degrees, saturation: 0.98, 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 #5DABFD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 171 253 -
CMYK 0.63 0.32 0 0.01
HSL 210.75º 0.98% 0.68% -
HSV(B) 210.75º 0.63% 0.99% -
XYZ 36.81 38.54 98.43 -
YUV 157.03 182.16 82.33 -
System Red Green Blue C M Y K H S L
Decimal 93 171 253 0.63 0.32 0 0.01 210.75 0.98 0.68
Hex 5D AB FD 3F 20 0 1 D3 62 44
Octal 135 253 375 77 40 0 1 323 142 104
Binary 1011101 10101011 11111101 111111 100000 0 1 11010011 1100010 1000100

Color Harmonies of #5DABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABFD

Black with #5DABFD

Text Example


Text Example

White with #5DABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,253); }

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

background-color css

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

 a { background-color: rgb(93,171,253); }

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

border-color css

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

 span { border-color: rgb(93,171,253); }

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