Html Css Color HEX #16CCEB Deep Sky Blue

📋 copy color: '#16CCEB'

red 22 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #16CCEB

Tints of Deep Sky Blue #16CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 4.77%
G = 44.25%
B = 50.98%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#16CCEB (or 0x16CCEB) is known color: Deep Sky Blue. HEX triplet: 16, CC and EB. RGB value is (22,204,235). Sum of RGB (Red+Green+Blue) = 22+204+235=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #16CCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CCEB is #E93314. Grayscale: #989898. Windows color (decimal): -15282965 or 15453206. OLE color: 15453206.

HSL color Cylindrical-coordinate representation of color #16CCEB: hue angle of 188.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CCEB is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 204 235 -
CMYK 0.91 0.13 0 0.08
HSL 188.73º 0.84% 0.5% -
HSV(B) 188.73º 0.91% 0.92% -
XYZ 36.92 49.35 86.18 -
YUV 153.12 174.2 34.48 -
System Red Green Blue C M Y K H S L
Decimal 22 204 235 0.91 0.13 0 0.08 188.73 0.84 0.5
Hex 16 CC EB 5B D 0 8 BD 54 32
Octal 26 314 353 133 15 0 10 275 124 62
Binary 10110 11001100 11101011 1011011 1101 0 1000 10111101 1010100 110010

Color Harmonies of #16CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CCEB

Black with #16CCEB

Text Example


Text Example

White with #16CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,204,235); }

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

background-color css

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

 a { background-color: rgb(22,204,235); }

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

border-color css

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

 span { border-color: rgb(22,204,235); }

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