Html Css Color HEX #16BCEF Deep Sky Blue

📋 copy color: '#16BCEF'

red 22 ◦ green 188 ◦ blue 239

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

Shades of Deep Sky Blue #16BCEF

Tints of Deep Sky Blue #16BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 4.9%
G = 41.87%
B = 53.23%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#16BCEF (or 0x16BCEF) is known color: Deep Sky Blue. HEX triplet: 16, BC and EF. RGB value is (22,188,239). Sum of RGB (Red+Green+Blue) = 22+188+239=449 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.90% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #16BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BCEF is #E94310. Grayscale: #8F8F8F. Windows color (decimal): -15287057 or 15711254. OLE color: 15711254.

HSL color Cylindrical-coordinate representation of color #16BCEF: hue angle of 194.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BCEF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 188 239 -
CMYK 0.91 0.21 0 0.06
HSL 194.1º 0.87% 0.51% -
HSV(B) 194.1º 0.91% 0.94% -
XYZ 33.89 42.37 88.05 -
YUV 144.18 181.5 40.85 -
System Red Green Blue C M Y K H S L
Decimal 22 188 239 0.91 0.21 0 0.06 194.1 0.87 0.51
Hex 16 BC EF 5B 15 0 6 C2 57 33
Octal 26 274 357 133 25 0 6 302 127 63
Binary 10110 10111100 11101111 1011011 10101 0 110 11000010 1010111 110011

Color Harmonies of #16BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCEF

Black with #16BCEF

Text Example


Text Example

White with #16BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,188,239); }

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

background-color css

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

 a { background-color: rgb(22,188,239); }

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

border-color css

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

 span { border-color: rgb(22,188,239); }

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