Html Css Color HEX #11CBFE Deep Sky Blue

📋 copy color: '#11CBFE'

red 17 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #11CBFE

Tints of Deep Sky Blue #11CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 3.59%
G = 42.83%
B = 53.59%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11CBFE (or 0x11CBFE) is known color: Deep Sky Blue. HEX triplet: 11, CB and FE. RGB value is (17,203,254). Sum of RGB (Red+Green+Blue) = 17+203+254=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #11CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBFE is #EE3401. Grayscale: #989898. Windows color (decimal): -15610882 or 16698129. OLE color: 16698129.

HSL color Cylindrical-coordinate representation of color #11CBFE: hue angle of 192.91º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CBFE is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 203 254 -
CMYK 0.93 0.20 0 0.00
HSL 192.91º 0.99% 0.53% -
HSV(B) 192.91º 0.93% 1% -
XYZ 39.48 49.99 101.33 -
YUV 153.2 184.88 30.85 -
System Red Green Blue C M Y K H S L
Decimal 17 203 254 0.93 0.20 0 0.00 192.91 0.99 0.53
Hex 11 CB FE 5D 14 0 0 C1 63 35
Octal 21 313 376 135 24 0 0 301 143 65
Binary 10001 11001011 11111110 1011101 10100 0 0 11000001 1100011 110101

Color Harmonies of #11CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBFE

Black with #11CBFE

Text Example


Text Example

White with #11CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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