Html Css Color HEX #0BB1FA Deep Sky Blue

📋 copy color: '#0BB1FA'

red 11 ◦ green 177 ◦ blue 250

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

Shades of Deep Sky Blue #0BB1FA

Tints of Deep Sky Blue #0BB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 2.51%
G = 40.41%
B = 57.08%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BB1FA (or 0x0BB1FA) is known color: Deep Sky Blue. HEX triplet: 0B, B1 and FA. RGB value is (11,177,250). Sum of RGB (Red+Green+Blue) = 11+177+250=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BB1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB1FA is #F44E05. Grayscale: #878787. Windows color (decimal): -16010758 or 16429323. OLE color: 16429323.

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

Color convert

RGB 11 177 250 -
CMYK 0.96 0.29 0 0.02
HSL 198.33º 0.96% 0.51% -
HSV(B) 198.33º 0.96% 0.98% -
XYZ 33.12 38.42 96.11 -
YUV 135.69 192.5 39.06 -
System Red Green Blue C M Y K H S L
Decimal 11 177 250 0.96 0.29 0 0.02 198.33 0.96 0.51
Hex B B1 FA 60 1D 0 2 C6 60 33
Octal 13 261 372 140 35 0 2 306 140 63
Binary 1011 10110001 11111010 1100000 11101 0 10 11000110 1100000 110011

Color Harmonies of #0BB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB1FA

Black with #0BB1FA

Text Example


Text Example

White with #0BB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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