Html Css Color HEX #0EBFF8 Deep Sky Blue

📋 copy color: '#0EBFF8'

red 14 ◦ green 191 ◦ blue 248

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

Shades of Deep Sky Blue #0EBFF8

Tints of Deep Sky Blue #0EBFF8

RGB

 RED value IS 14 (5.86% from 255) = 3.09%

 GREEN value IS 191 (75% from 255) = 42.16%

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

R = 3.09%
G = 42.16%
B = 54.75%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0EBFF8 (or 0x0EBFF8) is known color: Deep Sky Blue. HEX triplet: 0E, BF and F8. RGB value is (14,191,248). Sum of RGB (Red+Green+Blue) = 14+191+248=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #0EBFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBFF8 is #F14007. Grayscale: #909090. Windows color (decimal): -15810568 or 16301838. OLE color: 16301838.

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

Color convert

RGB 14 191 248 -
CMYK 0.94 0.23 0 0.03
HSL 194.62º 0.94% 0.51% -
HSV(B) 194.62º 0.94% 0.97% -
XYZ 35.76 44.13 95.44 -
YUV 144.58 186.36 34.87 -
System Red Green Blue C M Y K H S L
Decimal 14 191 248 0.94 0.23 0 0.03 194.62 0.94 0.51
Hex E BF F8 5E 17 0 3 C3 5E 33
Octal 16 277 370 136 27 0 3 303 136 63
Binary 1110 10111111 11111000 1011110 10111 0 11 11000011 1011110 110011

Color Harmonies of #0EBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFF8

Black with #0EBFF8

Text Example


Text Example

White with #0EBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EBFF8; }

 p { color: rgb(14,191,248); }

 H1.HeaderClassName
 {
   color: #0EBFF8;
 }
 .AnyTagClassName
 {
   color: #0EBFF8;
 }
</style>

background-color css

<style>
 a { background-color: #0EBFF8; }

 a { background-color: rgb(14,191,248); }

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

border-color css

<style>
 span { border-color: #0EBFF8; }

 span { border-color: rgb(14,191,248); }

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