Html Css Color HEX #11DAFB Deep Sky Blue

📋 copy color: '#11DAFB'

red 17 ◦ green 218 ◦ blue 251

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

Shades of Deep Sky Blue #11DAFB

Tints of Deep Sky Blue #11DAFB

RGB

 RED value IS 17 (7.03% from 255) = 3.5%

 GREEN value IS 218 (85.55% from 255) = 44.86%

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

R = 3.5%
G = 44.86%
B = 51.65%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11DAFB (or 0x11DAFB) is known color: Deep Sky Blue. HEX triplet: 11, DA and FB. RGB value is (17,218,251). Sum of RGB (Red+Green+Blue) = 17+218+251=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #11DAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAFB is #EE2504. Grayscale: #A1A1A1. Windows color (decimal): -15607045 or 16505361. OLE color: 16505361.

HSL color Cylindrical-coordinate representation of color #11DAFB: hue angle of 188.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DAFB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 218 251 -
CMYK 0.93 0.13 0 0.02
HSL 188.46º 0.97% 0.53% -
HSV(B) 188.46º 0.93% 0.98% -
XYZ 42.72 57.23 100.06 -
YUV 161.66 178.41 24.82 -
System Red Green Blue C M Y K H S L
Decimal 17 218 251 0.93 0.13 0 0.02 188.46 0.97 0.53
Hex 11 DA FB 5D D 0 2 BC 61 35
Octal 21 332 373 135 15 0 2 274 141 65
Binary 10001 11011010 11111011 1011101 1101 0 10 10111100 1100001 110101

Color Harmonies of #11DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DAFB

Black with #11DAFB

Text Example


Text Example

White with #11DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11DAFB; }

 p { color: rgb(17,218,251); }

 H1.HeaderClassName
 {
   color: #11DAFB;
 }
 .AnyTagClassName
 {
   color: #11DAFB;
 }
</style>

background-color css

<style>
 a { background-color: #11DAFB; }

 a { background-color: rgb(17,218,251); }

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

border-color css

<style>
 span { border-color: #11DAFB; }

 span { border-color: rgb(17,218,251); }

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