Html Css Color HEX #11CBF7 Deep Sky Blue

📋 copy color: '#11CBF7'

red 17 ◦ green 203 ◦ blue 247

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

Shades of Deep Sky Blue #11CBF7

Tints of Deep Sky Blue #11CBF7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 247 (96.88% from 255) = 52.89%

R = 3.64%
G = 43.47%
B = 52.89%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#11CBF7 (or 0x11CBF7) is known color: Deep Sky Blue. HEX triplet: 11, CB and F7. RGB value is (17,203,247). Sum of RGB (Red+Green+Blue) = 17+203+247=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #11CBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBF7 is #EE3408. Grayscale: #989898. Windows color (decimal): -15610889 or 16239377. OLE color: 16239377.

HSL color Cylindrical-coordinate representation of color #11CBF7: hue angle of 191.48º degrees, saturation: 0.93, 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 #11CBF7 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 203 247 -
CMYK 0.93 0.18 0 0.03
HSL 191.48º 0.93% 0.52% -
HSV(B) 191.48º 0.93% 0.97% -
XYZ 38.38 49.55 95.54 -
YUV 152.4 181.38 31.42 -
System Red Green Blue C M Y K H S L
Decimal 17 203 247 0.93 0.18 0 0.03 191.48 0.93 0.52
Hex 11 CB F7 5D 12 0 3 BF 5D 34
Octal 21 313 367 135 22 0 3 277 135 64
Binary 10001 11001011 11110111 1011101 10010 0 11 10111111 1011101 110100

Color Harmonies of #11CBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBF7

Black with #11CBF7

Text Example


Text Example

White with #11CBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,203,247); }

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

background-color css

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

 a { background-color: rgb(17,203,247); }

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

border-color css

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

 span { border-color: rgb(17,203,247); }

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