Html Css Color HEX #16CAF7 Deep Sky Blue

📋 copy color: '#16CAF7'

red 22 ◦ green 202 ◦ blue 247

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

Shades of Deep Sky Blue #16CAF7

Tints of Deep Sky Blue #16CAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 247 (96.88% from 255) = 52.44%

R = 4.67%
G = 42.89%
B = 52.44%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#16CAF7 (or 0x16CAF7) is known color: Deep Sky Blue. HEX triplet: 16, CA and F7. RGB value is (22,202,247). Sum of RGB (Red+Green+Blue) = 22+202+247=471 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.67% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #16CAF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CAF7 is #E93508. Grayscale: #989898. Windows color (decimal): -15283465 or 16239126. OLE color: 16239126.

HSL color Cylindrical-coordinate representation of color #16CAF7: hue angle of 192º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CAF7 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 22 202 247 -
CMYK 0.91 0.18 0 0.03
HSL 192º 0.93% 0.53% -
HSV(B) 192º 0.91% 0.97% -
XYZ 38.24 49.13 95.46 -
YUV 153.31 180.87 34.34 -
System Red Green Blue C M Y K H S L
Decimal 22 202 247 0.91 0.18 0 0.03 192 0.93 0.53
Hex 16 CA F7 5B 12 0 3 C0 5D 35
Octal 26 312 367 133 22 0 3 300 135 65
Binary 10110 11001010 11110111 1011011 10010 0 11 11000000 1011101 110101

Color Harmonies of #16CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CAF7

Black with #16CAF7

Text Example


Text Example

White with #16CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,202,247); }

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

background-color css

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

 a { background-color: rgb(22,202,247); }

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

border-color css

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

 span { border-color: rgb(22,202,247); }

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