Html Css Color HEX #11CBFB Deep Sky Blue

📋 copy color: '#11CBFB'

red 17 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #11CBFB

Tints of Deep Sky Blue #11CBFB

RGB

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

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

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

R = 3.61%
G = 43.1%
B = 53.29%

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

#11CBFB (or 0x11CBFB) is known color: Deep Sky Blue. HEX triplet: 11, CB and FB. RGB value is (17,203,251). Sum of RGB (Red+Green+Blue) = 17+203+251=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #11CBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBFB is #EE3404. Grayscale: #989898. Windows color (decimal): -15610885 or 16501521. OLE color: 16501521.

HSL color Cylindrical-coordinate representation of color #11CBFB: hue angle of 192.31º 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 #11CBFB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 203 251 -
CMYK 0.93 0.19 0 0.02
HSL 192.31º 0.97% 0.53% -
HSV(B) 192.31º 0.93% 0.98% -
XYZ 39 49.8 98.82 -
YUV 152.86 183.38 31.1 -
System Red Green Blue C M Y K H S L
Decimal 17 203 251 0.93 0.19 0 0.02 192.31 0.97 0.53
Hex 11 CB FB 5D 13 0 2 C0 61 35
Octal 21 313 373 135 23 0 2 300 141 65
Binary 10001 11001011 11111011 1011101 10011 0 10 11000000 1100001 110101

Color Harmonies of #11CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBFB

Black with #11CBFB

Text Example


Text Example

White with #11CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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