Html Css Color HEX #0BBAFD Deep Sky Blue

📋 copy color: '#0BBAFD'

red 11 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #0BBAFD

Tints of Deep Sky Blue #0BBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 2.44%
G = 41.33%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BBAFD (or 0x0BBAFD) is known color: Deep Sky Blue. HEX triplet: 0B, BA and FD. RGB value is (11,186,253). Sum of RGB (Red+Green+Blue) = 11+186+253=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BBAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAFD is #F44502. Grayscale: #8C8C8C. Windows color (decimal): -16008451 or 16628235. OLE color: 16628235.

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

Color convert

RGB 11 186 253 -
CMYK 0.96 0.26 0 0.01
HSL 196.61º 0.98% 0.52% -
HSV(B) 196.61º 0.96% 0.99% -
XYZ 35.43 42.28 99.22 -
YUV 141.31 191.02 35.05 -
System Red Green Blue C M Y K H S L
Decimal 11 186 253 0.96 0.26 0 0.01 196.61 0.98 0.52
Hex B BA FD 60 1A 0 1 C5 62 34
Octal 13 272 375 140 32 0 1 305 142 64
Binary 1011 10111010 11111101 1100000 11010 0 1 11000101 1100010 110100

Color Harmonies of #0BBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAFD

Black with #0BBAFD

Text Example


Text Example

White with #0BBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,186,253); }

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

background-color css

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

 a { background-color: rgb(11,186,253); }

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

border-color css

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

 span { border-color: rgb(11,186,253); }

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