Html Css Color HEX #11C4F8 Deep Sky Blue

📋 copy color: '#11C4F8'

red 17 ◦ green 196 ◦ blue 248

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

Shades of Deep Sky Blue #11C4F8

Tints of Deep Sky Blue #11C4F8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.52%

 BLUE value IS 248 (97.27% from 255) = 53.8%

R = 3.69%
G = 42.52%
B = 53.8%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#11C4F8 (or 0x11C4F8) is known color: Deep Sky Blue. HEX triplet: 11, C4 and F8. RGB value is (17,196,248). Sum of RGB (Red+Green+Blue) = 17+196+248=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #11C4F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C4F8 is #EE3B07. Grayscale: #949494. Windows color (decimal): -15612680 or 16303121. OLE color: 16303121.

HSL color Cylindrical-coordinate representation of color #11C4F8: hue angle of 193.51º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C4F8 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 196 248 -
CMYK 0.93 0.21 0 0.03
HSL 193.51º 0.94% 0.52% -
HSV(B) 193.51º 0.93% 0.97% -
XYZ 36.91 46.38 95.81 -
YUV 148.41 184.2 34.27 -
System Red Green Blue C M Y K H S L
Decimal 17 196 248 0.93 0.21 0 0.03 193.51 0.94 0.52
Hex 11 C4 F8 5D 15 0 3 C2 5E 34
Octal 21 304 370 135 25 0 3 302 136 64
Binary 10001 11000100 11111000 1011101 10101 0 11 11000010 1011110 110100

Color Harmonies of #11C4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C4F8

Black with #11C4F8

Text Example


Text Example

White with #11C4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,196,248); }

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

background-color css

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

 a { background-color: rgb(17,196,248); }

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

border-color css

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

 span { border-color: rgb(17,196,248); }

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