Html Css Color HEX #11CBFA Deep Sky Blue

📋 copy color: '#11CBFA'

red 17 ◦ green 203 ◦ blue 250

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

Shades of Deep Sky Blue #11CBFA

Tints of Deep Sky Blue #11CBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 3.62%
G = 43.19%
B = 53.19%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11CBFA (or 0x11CBFA) is known color: Deep Sky Blue. HEX triplet: 11, CB and FA. RGB value is (17,203,250). Sum of RGB (Red+Green+Blue) = 17+203+250=470 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #11CBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBFA is #EE3405. Grayscale: #989898. Windows color (decimal): -15610886 or 16435985. OLE color: 16435985.

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

Color convert

RGB 17 203 250 -
CMYK 0.93 0.19 0 0.02
HSL 192.1º 0.96% 0.52% -
HSV(B) 192.1º 0.93% 0.98% -
XYZ 38.84 49.73 97.99 -
YUV 152.74 182.88 31.18 -
System Red Green Blue C M Y K H S L
Decimal 17 203 250 0.93 0.19 0 0.02 192.1 0.96 0.52
Hex 11 CB FA 5D 13 0 2 C0 60 34
Octal 21 313 372 135 23 0 2 300 140 64
Binary 10001 11001011 11111010 1011101 10011 0 10 11000000 1100000 110100

Color Harmonies of #11CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBFA

Black with #11CBFA

Text Example


Text Example

White with #11CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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