Html Css Color HEX #5DABFE Cornflower Blue

📋 copy color: '#5DABFE'

red 93 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #5DABFE

Tints of Cornflower Blue #5DABFE

RGB

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

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

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

R = 17.95%
G = 33.01%
B = 49.03%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DABFE (or 0x5DABFE) is known color: Cornflower Blue. HEX triplet: 5D, AB and FE. RGB value is (93,171,254). Sum of RGB (Red+Green+Blue) = 93+171+254=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABFE is #A25401. Grayscale: #9C9C9C. Windows color (decimal): -10638338 or 16690013. OLE color: 16690013.

HSL color Cylindrical-coordinate representation of color #5DABFE: hue angle of 210.93º 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 #5DABFE is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 171 254 -
CMYK 0.63 0.33 0 0.00
HSL 210.93º 0.99% 0.68% -
HSV(B) 210.93º 0.63% 1% -
XYZ 36.97 38.61 99.27 -
YUV 157.14 182.66 82.25 -
System Red Green Blue C M Y K H S L
Decimal 93 171 254 0.63 0.33 0 0.00 210.93 0.99 0.68
Hex 5D AB FE 3F 21 0 0 D3 63 44
Octal 135 253 376 77 41 0 0 323 143 104
Binary 1011101 10101011 11111110 111111 100001 0 0 11010011 1100011 1000100

Color Harmonies of #5DABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABFE

Black with #5DABFE

Text Example


Text Example

White with #5DABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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