Html Css Color HEX #16BDF9 Deep Sky Blue

📋 copy color: '#16BDF9'

red 22 ◦ green 189 ◦ blue 249

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

Shades of Deep Sky Blue #16BDF9

Tints of Deep Sky Blue #16BDF9

RGB

 RED value IS 22 (8.98% from 255) = 4.78%

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 4.78%
G = 41.09%
B = 54.13%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#16BDF9 (or 0x16BDF9) is known color: Deep Sky Blue. HEX triplet: 16, BD and F9. RGB value is (22,189,249). Sum of RGB (Red+Green+Blue) = 22+189+249=460 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.78% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #16BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDF9 is #E94206. Grayscale: #919191. Windows color (decimal): -15286791 or 16366870. OLE color: 16366870.

HSL color Cylindrical-coordinate representation of color #16BDF9: hue angle of 195.86º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BDF9 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 189 249 -
CMYK 0.91 0.24 0 0.02
HSL 195.86º 0.95% 0.53% -
HSV(B) 195.86º 0.91% 0.98% -
XYZ 35.63 43.41 96.12 -
YUV 145.91 186.17 39.62 -
System Red Green Blue C M Y K H S L
Decimal 22 189 249 0.91 0.24 0 0.02 195.86 0.95 0.53
Hex 16 BD F9 5B 18 0 2 C4 5F 35
Octal 26 275 371 133 30 0 2 304 137 65
Binary 10110 10111101 11111001 1011011 11000 0 10 11000100 1011111 110101

Color Harmonies of #16BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDF9

Black with #16BDF9

Text Example


Text Example

White with #16BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16BDF9; }

 p { color: rgb(22,189,249); }

 H1.HeaderClassName
 {
   color: #16BDF9;
 }
 .AnyTagClassName
 {
   color: #16BDF9;
 }
</style>

background-color css

<style>
 a { background-color: #16BDF9; }

 a { background-color: rgb(22,189,249); }

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

border-color css

<style>
 span { border-color: #16BDF9; }

 span { border-color: rgb(22,189,249); }

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