Html Css Color HEX #0BBCFA Deep Sky Blue

📋 copy color: '#0BBCFA'

red 11 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #0BBCFA

Tints of Deep Sky Blue #0BBCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 2.45%
G = 41.87%
B = 55.68%

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

#0BBCFA (or 0x0BBCFA) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FA. RGB value is (11,188,250). Sum of RGB (Red+Green+Blue) = 11+188+250=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BBCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFA is #F44305. Grayscale: #8D8D8D. Windows color (decimal): -16007942 or 16432139. OLE color: 16432139.

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

Color convert

RGB 11 188 250 -
CMYK 0.96 0.25 0 0.02
HSL 195.56º 0.96% 0.51% -
HSV(B) 195.56º 0.96% 0.98% -
XYZ 35.38 42.94 96.87 -
YUV 142.15 188.86 34.46 -
System Red Green Blue C M Y K H S L
Decimal 11 188 250 0.96 0.25 0 0.02 195.56 0.96 0.51
Hex B BC FA 60 19 0 2 C4 60 33
Octal 13 274 372 140 31 0 2 304 140 63
Binary 1011 10111100 11111010 1100000 11001 0 10 11000100 1100000 110011

Color Harmonies of #0BBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCFA

Black with #0BBCFA

Text Example


Text Example

White with #0BBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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