Html Css Color HEX #0BBCFB Deep Sky Blue

📋 copy color: '#0BBCFB'

red 11 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #0BBCFB

Tints of Deep Sky Blue #0BBCFB

RGB

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

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

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

R = 2.44%
G = 41.78%
B = 55.78%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BBCFB (or 0x0BBCFB) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FB. RGB value is (11,188,251). Sum of RGB (Red+Green+Blue) = 11+188+251=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BBCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFB is #F44304. Grayscale: #8D8D8D. Windows color (decimal): -16007941 or 16497675. OLE color: 16497675.

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

Color convert

RGB 11 188 251 -
CMYK 0.96 0.25 0 0.02
HSL 195.75º 0.97% 0.51% -
HSV(B) 195.75º 0.96% 0.98% -
XYZ 35.53 43 97.69 -
YUV 142.26 189.36 34.38 -
System Red Green Blue C M Y K H S L
Decimal 11 188 251 0.96 0.25 0 0.02 195.75 0.97 0.51
Hex B BC FB 60 19 0 2 C4 61 33
Octal 13 274 373 140 31 0 2 304 141 63
Binary 1011 10111100 11111011 1100000 11001 0 10 11000100 1100001 110011

Color Harmonies of #0BBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCFB

Black with #0BBCFB

Text Example


Text Example

White with #0BBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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