Html Css Color HEX #0BB3FE Deep Sky Blue

📋 copy color: '#0BB3FE'

red 11 ◦ green 179 ◦ blue 254

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

Shades of Deep Sky Blue #0BB3FE

Tints of Deep Sky Blue #0BB3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 2.48%
G = 40.32%
B = 57.21%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BB3FE (or 0x0BB3FE) is known color: Deep Sky Blue. HEX triplet: 0B, B3 and FE. RGB value is (11,179,254). Sum of RGB (Red+Green+Blue) = 11+179+254=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BB3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB3FE is #F44C01. Grayscale: #888888. Windows color (decimal): -16010242 or 16691979. OLE color: 16691979.

HSL color Cylindrical-coordinate representation of color #0BB3FE: hue angle of 198.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BB3FE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 179 254 -
CMYK 0.96 0.30 0 0.00
HSL 198.52º 0.99% 0.52% -
HSV(B) 198.52º 0.96% 1% -
XYZ 34.15 39.47 99.58 -
YUV 137.32 193.84 37.9 -
System Red Green Blue C M Y K H S L
Decimal 11 179 254 0.96 0.30 0 0.00 198.52 0.99 0.52
Hex B B3 FE 60 1E 0 0 C7 63 34
Octal 13 263 376 140 36 0 0 307 143 64
Binary 1011 10110011 11111110 1100000 11110 0 0 11000111 1100011 110100

Color Harmonies of #0BB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB3FE

Black with #0BB3FE

Text Example


Text Example

White with #0BB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,254); }

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

background-color css

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

 a { background-color: rgb(11,179,254); }

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

border-color css

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

 span { border-color: rgb(11,179,254); }

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