Html Css Color HEX #0BAFFC Deep Sky Blue

📋 copy color: '#0BAFFC'

red 11 ◦ green 175 ◦ blue 252

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

Shades of Deep Sky Blue #0BAFFC

Tints of Deep Sky Blue #0BAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

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

R = 2.51%
G = 39.95%
B = 57.53%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BAFFC (or 0x0BAFFC) is known color: Deep Sky Blue. HEX triplet: 0B, AF and FC. RGB value is (11,175,252). Sum of RGB (Red+Green+Blue) = 11+175+252=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BAFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFFC is #F45003. Grayscale: #868686. Windows color (decimal): -16011268 or 16559883. OLE color: 16559883.

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

Color convert

RGB 11 175 252 -
CMYK 0.96 0.31 0 0.01
HSL 199.17º 0.98% 0.52% -
HSV(B) 199.17º 0.96% 0.99% -
XYZ 33.04 37.76 97.64 -
YUV 134.74 194.17 39.74 -
System Red Green Blue C M Y K H S L
Decimal 11 175 252 0.96 0.31 0 0.01 199.17 0.98 0.52
Hex B AF FC 60 1F 0 1 C7 62 34
Octal 13 257 374 140 37 0 1 307 142 64
Binary 1011 10101111 11111100 1100000 11111 0 1 11000111 1100010 110100

Color Harmonies of #0BAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFFC

Black with #0BAFFC

Text Example


Text Example

White with #0BAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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