Html Css Color HEX #0BBDFB Deep Sky Blue

📋 copy color: '#0BBDFB'

red 11 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #0BBDFB

Tints of Deep Sky Blue #0BBDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

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

R = 2.44%
G = 41.91%
B = 55.65%

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

#0BBDFB (or 0x0BBDFB) is known color: Deep Sky Blue. HEX triplet: 0B, BD and FB. RGB value is (11,189,251). Sum of RGB (Red+Green+Blue) = 11+189+251=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BBDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDFB is #F44204. Grayscale: #8E8E8E. Windows color (decimal): -16007685 or 16497931. OLE color: 16497931.

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

Color convert

RGB 11 189 251 -
CMYK 0.96 0.25 0 0.02
HSL 195.5º 0.97% 0.51% -
HSV(B) 195.5º 0.96% 0.98% -
XYZ 35.75 43.43 97.77 -
YUV 142.85 189.03 33.96 -
System Red Green Blue C M Y K H S L
Decimal 11 189 251 0.96 0.25 0 0.02 195.5 0.97 0.51
Hex B BD FB 60 19 0 2 C4 61 33
Octal 13 275 373 140 31 0 2 304 141 63
Binary 1011 10111101 11111011 1100000 11001 0 10 11000100 1100001 110011

Color Harmonies of #0BBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDFB

Black with #0BBDFB

Text Example


Text Example

White with #0BBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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