Html Css Color HEX #0BC5FB Deep Sky Blue

📋 copy color: '#0BC5FB'

red 11 ◦ green 197 ◦ blue 251

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

Shades of Deep Sky Blue #0BC5FB

Tints of Deep Sky Blue #0BC5FB

RGB

 RED value IS 11 (4.69% from 255) = 2.4%

 GREEN value IS 197 (77.34% from 255) = 42.92%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 2.4%
G = 42.92%
B = 54.68%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BC5FB (or 0x0BC5FB) is known color: Deep Sky Blue. HEX triplet: 0B, C5 and FB. RGB value is (11,197,251). Sum of RGB (Red+Green+Blue) = 11+197+251=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BC5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC5FB is #F43A04. Grayscale: #939393. Windows color (decimal): -16005637 or 16499979. OLE color: 16499979.

HSL color Cylindrical-coordinate representation of color #0BC5FB: hue angle of 193.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC5FB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 197 251 -
CMYK 0.96 0.22 0 0.02
HSL 193.5º 0.97% 0.51% -
HSV(B) 193.5º 0.96% 0.98% -
XYZ 37.52 46.97 98.36 -
YUV 147.54 186.38 30.61 -
System Red Green Blue C M Y K H S L
Decimal 11 197 251 0.96 0.22 0 0.02 193.5 0.97 0.51
Hex B C5 FB 60 16 0 2 C2 61 33
Octal 13 305 373 140 26 0 2 302 141 63
Binary 1011 11000101 11111011 1100000 10110 0 10 11000010 1100001 110011

Color Harmonies of #0BC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC5FB

Black with #0BC5FB

Text Example


Text Example

White with #0BC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,197,251); }

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

background-color css

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

 a { background-color: rgb(11,197,251); }

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

border-color css

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

 span { border-color: rgb(11,197,251); }

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