Html Css Color HEX #10BEF3 Deep Sky Blue

📋 copy color: '#10BEF3'

red 16 ◦ green 190 ◦ blue 243

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

Shades of Deep Sky Blue #10BEF3

Tints of Deep Sky Blue #10BEF3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

 BLUE value IS 243 (95.31% from 255) = 54.12%

R = 3.56%
G = 42.32%
B = 54.12%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10BEF3 (or 0x10BEF3) is known color: Deep Sky Blue. HEX triplet: 10, BE and F3. RGB value is (16,190,243). Sum of RGB (Red+Green+Blue) = 16+190+243=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #10BEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEF3 is #EF410C. Grayscale: #8F8F8F. Windows color (decimal): -15679757 or 15973904. OLE color: 15973904.

HSL color Cylindrical-coordinate representation of color #10BEF3: hue angle of 194.01º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEF3 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 190 243 -
CMYK 0.93 0.22 0 0.05
HSL 194.01º 0.9% 0.51% -
HSV(B) 194.01º 0.93% 0.95% -
XYZ 34.8 43.41 91.34 -
YUV 144.02 183.85 36.69 -
System Red Green Blue C M Y K H S L
Decimal 16 190 243 0.93 0.22 0 0.05 194.01 0.9 0.51
Hex 10 BE F3 5D 16 0 5 C2 5A 33
Octal 20 276 363 135 26 0 5 302 132 63
Binary 10000 10111110 11110011 1011101 10110 0 101 11000010 1011010 110011

Color Harmonies of #10BEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEF3

Black with #10BEF3

Text Example


Text Example

White with #10BEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,243); }

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

background-color css

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

 a { background-color: rgb(16,190,243); }

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

border-color css

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

 span { border-color: rgb(16,190,243); }

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