Html Css Color HEX #0BC3FB Deep Sky Blue

📋 copy color: '#0BC3FB'

red 11 ◦ green 195 ◦ blue 251

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

Shades of Deep Sky Blue #0BC3FB

Tints of Deep Sky Blue #0BC3FB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

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

R = 2.41%
G = 42.67%
B = 54.92%

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

#0BC3FB (or 0x0BC3FB) is known color: Deep Sky Blue. HEX triplet: 0B, C3 and FB. RGB value is (11,195,251). Sum of RGB (Red+Green+Blue) = 11+195+251=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BC3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC3FB is #F43C04. Grayscale: #919191. Windows color (decimal): -16006149 or 16499467. OLE color: 16499467.

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

Color convert

RGB 11 195 251 -
CMYK 0.96 0.22 0 0.02
HSL 194º 0.97% 0.51% -
HSV(B) 194º 0.96% 0.98% -
XYZ 37.07 46.07 98.2 -
YUV 146.37 187.04 31.45 -
System Red Green Blue C M Y K H S L
Decimal 11 195 251 0.96 0.22 0 0.02 194 0.97 0.51
Hex B C3 FB 60 16 0 2 C2 61 33
Octal 13 303 373 140 26 0 2 302 141 63
Binary 1011 11000011 11111011 1100000 10110 0 10 11000010 1100001 110011

Color Harmonies of #0BC3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC3FB

Black with #0BC3FB

Text Example


Text Example

White with #0BC3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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