Html Css Color HEX #10BBF6 Deep Sky Blue

📋 copy color: '#10BBF6'

red 16 ◦ green 187 ◦ blue 246

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

Shades of Deep Sky Blue #10BBF6

Tints of Deep Sky Blue #10BBF6

RGB

 RED value IS 16 (6.64% from 255) = 3.56%

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 246 (96.48% from 255) = 54.79%

R = 3.56%
G = 41.65%
B = 54.79%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10BBF6 (or 0x10BBF6) is known color: Deep Sky Blue. HEX triplet: 10, BB and F6. RGB value is (16,187,246). Sum of RGB (Red+Green+Blue) = 16+187+246=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #10BBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBF6 is #EF4409. Grayscale: #8E8E8E. Windows color (decimal): -15680522 or 16169744. OLE color: 16169744.

HSL color Cylindrical-coordinate representation of color #10BBF6: hue angle of 195.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BBF6 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 187 246 -
CMYK 0.93 0.24 0 0.04
HSL 195.39º 0.93% 0.51% -
HSV(B) 195.39º 0.93% 0.96% -
XYZ 34.62 42.3 93.53 -
YUV 142.6 186.35 37.7 -
System Red Green Blue C M Y K H S L
Decimal 16 187 246 0.93 0.24 0 0.04 195.39 0.93 0.51
Hex 10 BB F6 5D 18 0 4 C3 5D 33
Octal 20 273 366 135 30 0 4 303 135 63
Binary 10000 10111011 11110110 1011101 11000 0 100 11000011 1011101 110011

Color Harmonies of #10BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBF6

Black with #10BBF6

Text Example


Text Example

White with #10BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BBF6; }

 p { color: rgb(16,187,246); }

 H1.HeaderClassName
 {
   color: #10BBF6;
 }
 .AnyTagClassName
 {
   color: #10BBF6;
 }
</style>

background-color css

<style>
 a { background-color: #10BBF6; }

 a { background-color: rgb(16,187,246); }

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

border-color css

<style>
 span { border-color: #10BBF6; }

 span { border-color: rgb(16,187,246); }

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