Html Css Color HEX #0BBAFC Deep Sky Blue

📋 copy color: '#0BBAFC'

red 11 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #0BBAFC

Tints of Deep Sky Blue #0BBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 2.45%
G = 41.43%
B = 56.12%

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

#0BBAFC (or 0x0BBAFC) is known color: Deep Sky Blue. HEX triplet: 0B, BA and FC. RGB value is (11,186,252). Sum of RGB (Red+Green+Blue) = 11+186+252=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BBAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAFC is #F44503. Grayscale: #8C8C8C. Windows color (decimal): -16008452 or 16562699. OLE color: 16562699.

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

Color convert

RGB 11 186 252 -
CMYK 0.96 0.26 0 0.01
HSL 196.43º 0.98% 0.52% -
HSV(B) 196.43º 0.96% 0.99% -
XYZ 35.27 42.22 98.39 -
YUV 141.2 190.52 35.13 -
System Red Green Blue C M Y K H S L
Decimal 11 186 252 0.96 0.26 0 0.01 196.43 0.98 0.52
Hex B BA FC 60 1A 0 1 C4 62 34
Octal 13 272 374 140 32 0 1 304 142 64
Binary 1011 10111010 11111100 1100000 11010 0 1 11000100 1100010 110100

Color Harmonies of #0BBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAFC

Black with #0BBAFC

Text Example


Text Example

White with #0BBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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