Html Css Color HEX #16CEFA Deep Sky Blue

📋 copy color: '#16CEFA'

red 22 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #16CEFA

Tints of Deep Sky Blue #16CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 4.6%
G = 43.1%
B = 52.3%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#16CEFA (or 0x16CEFA) is known color: Deep Sky Blue. HEX triplet: 16, CE and FA. RGB value is (22,206,250). Sum of RGB (Red+Green+Blue) = 22+206+250=478 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.60% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #16CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEFA is #E93105. Grayscale: #9B9B9B. Windows color (decimal): -15282438 or 16436758. OLE color: 16436758.

HSL color Cylindrical-coordinate representation of color #16CEFA: hue angle of 191.58º degrees, saturation: 0.96, 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 #16CEFA is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 206 250 -
CMYK 0.91 0.18 0 0.02
HSL 191.58º 0.96% 0.53% -
HSV(B) 191.58º 0.91% 0.98% -
XYZ 39.66 51.22 98.24 -
YUV 156 181.04 32.42 -
System Red Green Blue C M Y K H S L
Decimal 22 206 250 0.91 0.18 0 0.02 191.58 0.96 0.53
Hex 16 CE FA 5B 12 0 2 C0 60 35
Octal 26 316 372 133 22 0 2 300 140 65
Binary 10110 11001110 11111010 1011011 10010 0 10 11000000 1100000 110101

Color Harmonies of #16CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CEFA

Black with #16CEFA

Text Example


Text Example

White with #16CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,206,250); }

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

background-color css

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

 a { background-color: rgb(22,206,250); }

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

border-color css

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

 span { border-color: rgb(22,206,250); }

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