Html Css Color HEX #10BCFA Deep Sky Blue

📋 copy color: '#10BCFA'

red 16 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #10BCFA

Tints of Deep Sky Blue #10BCFA

RGB

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

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

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

R = 3.52%
G = 41.41%
B = 55.07%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10BCFA (or 0x10BCFA) is known color: Deep Sky Blue. HEX triplet: 10, BC and FA. RGB value is (16,188,250). Sum of RGB (Red+Green+Blue) = 16+188+250=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #10BCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCFA is #EF4305. Grayscale: #8F8F8F. Windows color (decimal): -15680262 or 16432144. OLE color: 16432144.

HSL color Cylindrical-coordinate representation of color #10BCFA: hue angle of 195.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BCFA is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 188 250 -
CMYK 0.94 0.25 0 0.02
HSL 195.9º 0.96% 0.52% -
HSV(B) 195.9º 0.94% 0.98% -
XYZ 35.45 42.98 96.87 -
YUV 143.64 188.02 36.96 -
System Red Green Blue C M Y K H S L
Decimal 16 188 250 0.94 0.25 0 0.02 195.9 0.96 0.52
Hex 10 BC FA 5E 19 0 2 C4 60 34
Octal 20 274 372 136 31 0 2 304 140 64
Binary 10000 10111100 11111010 1011110 11001 0 10 11000100 1100000 110100

Color Harmonies of #10BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCFA

Black with #10BCFA

Text Example


Text Example

White with #10BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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