Html Css Color HEX #0FBCEB Deep Sky Blue

📋 copy color: '#0FBCEB'

red 15 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #0FBCEB

Tints of Deep Sky Blue #0FBCEB

RGB

 RED value IS 15 (6.25% from 255) = 3.42%

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

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 3.42%
G = 42.92%
B = 53.65%

CMYK

 C value IS 0.94

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FBCEB (or 0x0FBCEB) is known color: Deep Sky Blue. HEX triplet: 0F, BC and EB. RGB value is (15,188,235). Sum of RGB (Red+Green+Blue) = 15+188+235=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FBCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBCEB is #F04314. Grayscale: #8D8D8D. Windows color (decimal): -15745813 or 15449103. OLE color: 15449103.

HSL color Cylindrical-coordinate representation of color #0FBCEB: hue angle of 192.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBCEB is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 188 235 -
CMYK 0.94 0.2 0 0.08
HSL 192.82º 0.88% 0.49% -
HSV(B) 192.82º 0.94% 0.92% -
XYZ 33.18 42.07 84.97 -
YUV 141.63 180.69 37.68 -
System Red Green Blue C M Y K H S L
Decimal 15 188 235 0.94 0.2 0 0.08 192.82 0.88 0.49
Hex F BC EB 5E 14 0 8 C1 58 31
Octal 17 274 353 136 24 0 10 301 130 61
Binary 1111 10111100 11101011 1011110 10100 0 1000 11000001 1011000 110001

Color Harmonies of #0FBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCEB

Black with #0FBCEB

Text Example


Text Example

White with #0FBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,235); }

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

background-color css

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

 a { background-color: rgb(15,188,235); }

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

border-color css

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

 span { border-color: rgb(15,188,235); }

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