Html Css Color HEX #16CFF5 Deep Sky Blue

📋 copy color: '#16CFF5'

red 22 ◦ green 207 ◦ blue 245

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

Shades of Deep Sky Blue #16CFF5

Tints of Deep Sky Blue #16CFF5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 4.64%
G = 43.67%
B = 51.69%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#16CFF5 (or 0x16CFF5) is known color: Deep Sky Blue. HEX triplet: 16, CF and F5. RGB value is (22,207,245). Sum of RGB (Red+Green+Blue) = 22+207+245=474 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.64% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #16CFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CFF5 is #E9300A. Grayscale: #9B9B9B. Windows color (decimal): -15282187 or 16109334. OLE color: 16109334.

HSL color Cylindrical-coordinate representation of color #16CFF5: hue angle of 190.22º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CFF5 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 22 207 245 -
CMYK 0.91 0.16 0 0.04
HSL 190.22º 0.92% 0.52% -
HSV(B) 190.22º 0.91% 0.96% -
XYZ 39.13 51.39 94.24 -
YUV 156.02 178.21 32.41 -
System Red Green Blue C M Y K H S L
Decimal 22 207 245 0.91 0.16 0 0.04 190.22 0.92 0.52
Hex 16 CF F5 5B 10 0 4 BE 5C 34
Octal 26 317 365 133 20 0 4 276 134 64
Binary 10110 11001111 11110101 1011011 10000 0 100 10111110 1011100 110100

Color Harmonies of #16CFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CFF5

Black with #16CFF5

Text Example


Text Example

White with #16CFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,207,245); }

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

background-color css

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

 a { background-color: rgb(22,207,245); }

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

border-color css

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

 span { border-color: rgb(22,207,245); }

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