Html Css Color HEX #0BC4FB Deep Sky Blue

📋 copy color: '#0BC4FB'

red 11 ◦ green 196 ◦ blue 251

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

Shades of Deep Sky Blue #0BC4FB

Tints of Deep Sky Blue #0BC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 2.4%
G = 42.79%
B = 54.8%

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

#0BC4FB (or 0x0BC4FB) is known color: Deep Sky Blue. HEX triplet: 0B, C4 and FB. RGB value is (11,196,251). Sum of RGB (Red+Green+Blue) = 11+196+251=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BC4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC4FB is #F43B04. Grayscale: #929292. Windows color (decimal): -16005893 or 16499723. OLE color: 16499723.

HSL color Cylindrical-coordinate representation of color #0BC4FB: hue angle of 193.75º 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 #0BC4FB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 196 251 -
CMYK 0.96 0.22 0 0.02
HSL 193.75º 0.97% 0.51% -
HSV(B) 193.75º 0.96% 0.98% -
XYZ 37.29 46.52 98.28 -
YUV 146.96 186.71 31.03 -
System Red Green Blue C M Y K H S L
Decimal 11 196 251 0.96 0.22 0 0.02 193.75 0.97 0.51
Hex B C4 FB 60 16 0 2 C2 61 33
Octal 13 304 373 140 26 0 2 302 141 63
Binary 1011 11000100 11111011 1100000 10110 0 10 11000010 1100001 110011

Color Harmonies of #0BC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC4FB

Black with #0BC4FB

Text Example


Text Example

White with #0BC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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