Html Css Color HEX #11BDF3 Deep Sky Blue

📋 copy color: '#11BDF3'

red 17 ◦ green 189 ◦ blue 243

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

Shades of Deep Sky Blue #11BDF3

Tints of Deep Sky Blue #11BDF3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 243 (95.31% from 255) = 54.12%

R = 3.79%
G = 42.09%
B = 54.12%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11BDF3 (or 0x11BDF3) is known color: Deep Sky Blue. HEX triplet: 11, BD and F3. RGB value is (17,189,243). Sum of RGB (Red+Green+Blue) = 17+189+243=449 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #11BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDF3 is #EE420C. Grayscale: #8F8F8F. Windows color (decimal): -15614477 or 15973649. OLE color: 15973649.

HSL color Cylindrical-coordinate representation of color #11BDF3: hue angle of 194.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BDF3 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 189 243 -
CMYK 0.93 0.22 0 0.05
HSL 194.34º 0.9% 0.51% -
HSV(B) 194.34º 0.93% 0.95% -
XYZ 34.61 42.99 91.27 -
YUV 143.73 184.02 37.61 -
System Red Green Blue C M Y K H S L
Decimal 17 189 243 0.93 0.22 0 0.05 194.34 0.9 0.51
Hex 11 BD F3 5D 16 0 5 C2 5A 33
Octal 21 275 363 135 26 0 5 302 132 63
Binary 10001 10111101 11110011 1011101 10110 0 101 11000010 1011010 110011

Color Harmonies of #11BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDF3

Black with #11BDF3

Text Example


Text Example

White with #11BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,189,243); }

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

background-color css

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

 a { background-color: rgb(17,189,243); }

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

border-color css

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

 span { border-color: rgb(17,189,243); }

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