Html Css Color HEX #0BABFE Deep Sky Blue

📋 copy color: '#0BABFE'

red 11 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #0BABFE

Tints of Deep Sky Blue #0BABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

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

R = 2.52%
G = 39.22%
B = 58.26%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BABFE (or 0x0BABFE) is known color: Deep Sky Blue. HEX triplet: 0B, AB and FE. RGB value is (11,171,254). Sum of RGB (Red+Green+Blue) = 11+171+254=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABFE is #F45401. Grayscale: #848484. Windows color (decimal): -16012290 or 16689931. OLE color: 16689931.

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

Color convert

RGB 11 171 254 -
CMYK 0.96 0.33 0 0.00
HSL 200.49º 0.99% 0.52% -
HSV(B) 200.49º 0.96% 1% -
XYZ 32.59 36.35 99.07 -
YUV 132.62 196.49 41.25 -
System Red Green Blue C M Y K H S L
Decimal 11 171 254 0.96 0.33 0 0.00 200.49 0.99 0.52
Hex B AB FE 60 21 0 0 C8 63 34
Octal 13 253 376 140 41 0 0 310 143 64
Binary 1011 10101011 11111110 1100000 100001 0 0 11001000 1100011 110100

Color Harmonies of #0BABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABFE

Black with #0BABFE

Text Example


Text Example

White with #0BABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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