Html Css Color HEX #0EBFFC Deep Sky Blue

📋 copy color: '#0EBFFC'

red 14 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #0EBFFC

Tints of Deep Sky Blue #0EBFFC

RGB

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

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

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

R = 3.06%
G = 41.79%
B = 55.14%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EBFFC (or 0x0EBFFC) is known color: Deep Sky Blue. HEX triplet: 0E, BF and FC. RGB value is (14,191,252). Sum of RGB (Red+Green+Blue) = 14+191+252=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EBFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBFFC is #F14003. Grayscale: #909090. Windows color (decimal): -15810564 or 16563982. OLE color: 16563982.

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

Color convert

RGB 14 191 252 -
CMYK 0.94 0.24 0 0.01
HSL 195.38º 0.98% 0.52% -
HSV(B) 195.38º 0.94% 0.99% -
XYZ 36.38 44.38 98.74 -
YUV 145.03 188.36 34.54 -
System Red Green Blue C M Y K H S L
Decimal 14 191 252 0.94 0.24 0 0.01 195.38 0.98 0.52
Hex E BF FC 5E 18 0 1 C3 62 34
Octal 16 277 374 136 30 0 1 303 142 64
Binary 1110 10111111 11111100 1011110 11000 0 1 11000011 1100010 110100

Color Harmonies of #0EBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFFC

Black with #0EBFFC

Text Example


Text Example

White with #0EBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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