Html Css Color HEX #10BBF9 Deep Sky Blue

📋 copy color: '#10BBF9'

red 16 ◦ green 187 ◦ blue 249

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

Shades of Deep Sky Blue #10BBF9

Tints of Deep Sky Blue #10BBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 3.54%
G = 41.37%
B = 55.09%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10BBF9 (or 0x10BBF9) is known color: Deep Sky Blue. HEX triplet: 10, BB and F9. RGB value is (16,187,249). Sum of RGB (Red+Green+Blue) = 16+187+249=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #10BBF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBF9 is #EF4406. Grayscale: #8E8E8E. Windows color (decimal): -15680519 or 16366352. OLE color: 16366352.

HSL color Cylindrical-coordinate representation of color #10BBF9: hue angle of 195.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BBF9 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 187 249 -
CMYK 0.94 0.25 0 0.02
HSL 195.97º 0.95% 0.52% -
HSV(B) 195.97º 0.94% 0.98% -
XYZ 35.08 42.49 95.97 -
YUV 142.94 187.85 37.46 -
System Red Green Blue C M Y K H S L
Decimal 16 187 249 0.94 0.25 0 0.02 195.97 0.95 0.52
Hex 10 BB F9 5E 19 0 2 C4 5F 34
Octal 20 273 371 136 31 0 2 304 137 64
Binary 10000 10111011 11111001 1011110 11001 0 10 11000100 1011111 110100

Color Harmonies of #10BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBF9

Black with #10BBF9

Text Example


Text Example

White with #10BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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