Html Css Color HEX #10BCF8 Deep Sky Blue

📋 copy color: '#10BCF8'

red 16 ◦ green 188 ◦ blue 248

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

Shades of Deep Sky Blue #10BCF8

Tints of Deep Sky Blue #10BCF8

RGB

 RED value IS 16 (6.64% from 255) = 3.54%

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 248 (97.27% from 255) = 54.87%

R = 3.54%
G = 41.59%
B = 54.87%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#10BCF8 (or 0x10BCF8) is known color: Deep Sky Blue. HEX triplet: 10, BC and F8. RGB value is (16,188,248). Sum of RGB (Red+Green+Blue) = 16+188+248=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #10BCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCF8 is #EF4307. Grayscale: #8F8F8F. Windows color (decimal): -15680264 or 16301072. OLE color: 16301072.

HSL color Cylindrical-coordinate representation of color #10BCF8: hue angle of 195.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BCF8 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 188 248 -
CMYK 0.94 0.24 0 0.03
HSL 195.52º 0.94% 0.52% -
HSV(B) 195.52º 0.94% 0.97% -
XYZ 35.14 42.85 95.23 -
YUV 143.41 187.02 37.12 -
System Red Green Blue C M Y K H S L
Decimal 16 188 248 0.94 0.24 0 0.03 195.52 0.94 0.52
Hex 10 BC F8 5E 18 0 3 C4 5E 34
Octal 20 274 370 136 30 0 3 304 136 64
Binary 10000 10111100 11111000 1011110 11000 0 11 11000100 1011110 110100

Color Harmonies of #10BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCF8

Black with #10BCF8

Text Example


Text Example

White with #10BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BCF8; }

 p { color: rgb(16,188,248); }

 H1.HeaderClassName
 {
   color: #10BCF8;
 }
 .AnyTagClassName
 {
   color: #10BCF8;
 }
</style>

background-color css

<style>
 a { background-color: #10BCF8; }

 a { background-color: rgb(16,188,248); }

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

border-color css

<style>
 span { border-color: #10BCF8; }

 span { border-color: rgb(16,188,248); }

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