Html Css Color HEX #16B6F0 Deep Sky Blue

📋 copy color: '#16B6F0'

red 22 ◦ green 182 ◦ blue 240

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

Shades of Deep Sky Blue #16B6F0

Tints of Deep Sky Blue #16B6F0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 4.95%
G = 40.99%
B = 54.05%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#16B6F0 (or 0x16B6F0) is known color: Deep Sky Blue. HEX triplet: 16, B6 and F0. RGB value is (22,182,240). Sum of RGB (Red+Green+Blue) = 22+182+240=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #16B6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B6F0 is #E9490F. Grayscale: #8C8C8C. Windows color (decimal): -15288592 or 15775254. OLE color: 15775254.

HSL color Cylindrical-coordinate representation of color #16B6F0: hue angle of 195.96º degrees, saturation: 0.88, 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 #16B6F0 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 182 240 -
CMYK 0.91 0.24 0 0.06
HSL 195.96º 0.88% 0.51% -
HSV(B) 195.96º 0.91% 0.94% -
XYZ 32.79 39.92 88.41 -
YUV 140.77 183.99 43.28 -
System Red Green Blue C M Y K H S L
Decimal 22 182 240 0.91 0.24 0 0.06 195.96 0.88 0.51
Hex 16 B6 F0 5B 18 0 6 C4 58 33
Octal 26 266 360 133 30 0 6 304 130 63
Binary 10110 10110110 11110000 1011011 11000 0 110 11000100 1011000 110011

Color Harmonies of #16B6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B6F0

Black with #16B6F0

Text Example


Text Example

White with #16B6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,182,240); }

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

background-color css

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

 a { background-color: rgb(22,182,240); }

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

border-color css

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

 span { border-color: rgb(22,182,240); }

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