Html Css Color HEX #10BEFC Deep Sky Blue

📋 copy color: '#10BEFC'

red 16 ◦ green 190 ◦ blue 252

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

Shades of Deep Sky Blue #10BEFC

Tints of Deep Sky Blue #10BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 3.49%
G = 41.48%
B = 55.02%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10BEFC (or 0x10BEFC) is known color: Deep Sky Blue. HEX triplet: 10, BE and FC. RGB value is (16,190,252). Sum of RGB (Red+Green+Blue) = 16+190+252=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #10BEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEFC is #EF4103. Grayscale: #909090. Windows color (decimal): -15679748 or 16563728. OLE color: 16563728.

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

Color convert

RGB 16 190 252 -
CMYK 0.94 0.25 0 0.01
HSL 195.76º 0.98% 0.53% -
HSV(B) 195.76º 0.94% 0.99% -
XYZ 36.2 43.97 98.67 -
YUV 145.04 188.35 35.96 -
System Red Green Blue C M Y K H S L
Decimal 16 190 252 0.94 0.25 0 0.01 195.76 0.98 0.53
Hex 10 BE FC 5E 19 0 1 C4 62 35
Octal 20 276 374 136 31 0 1 304 142 65
Binary 10000 10111110 11111100 1011110 11001 0 1 11000100 1100010 110101

Color Harmonies of #10BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEFC

Black with #10BEFC

Text Example


Text Example

White with #10BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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