Html Css Color HEX #0BCBFB Deep Sky Blue

📋 copy color: '#0BCBFB'

red 11 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #0BCBFB

Tints of Deep Sky Blue #0BCBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

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

R = 2.37%
G = 43.66%
B = 53.98%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BCBFB (or 0x0BCBFB) is known color: Deep Sky Blue. HEX triplet: 0B, CB and FB. RGB value is (11,203,251). Sum of RGB (Red+Green+Blue) = 11+203+251=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BCBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCBFB is #F43404. Grayscale: #969696. Windows color (decimal): -16004101 or 16501515. OLE color: 16501515.

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

Color convert

RGB 11 203 251 -
CMYK 0.96 0.19 0 0.02
HSL 192º 0.97% 0.51% -
HSV(B) 192º 0.96% 0.98% -
XYZ 38.91 49.75 98.82 -
YUV 151.06 184.39 28.1 -
System Red Green Blue C M Y K H S L
Decimal 11 203 251 0.96 0.19 0 0.02 192 0.97 0.51
Hex B CB FB 60 13 0 2 C0 61 33
Octal 13 313 373 140 23 0 2 300 141 63
Binary 1011 11001011 11111011 1100000 10011 0 10 11000000 1100001 110011

Color Harmonies of #0BCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBFB

Black with #0BCBFB

Text Example


Text Example

White with #0BCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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