Html Css Color HEX #0BAFFD Deep Sky Blue

📋 copy color: '#0BAFFD'

red 11 ◦ green 175 ◦ blue 253

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

Shades of Deep Sky Blue #0BAFFD

Tints of Deep Sky Blue #0BAFFD

RGB

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

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

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

R = 2.51%
G = 39.86%
B = 57.63%

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

#0BAFFD (or 0x0BAFFD) is known color: Deep Sky Blue. HEX triplet: 0B, AF and FD. RGB value is (11,175,253). Sum of RGB (Red+Green+Blue) = 11+175+253=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BAFFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFFD is #F45002. Grayscale: #868686. Windows color (decimal): -16011267 or 16625419. OLE color: 16625419.

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

Color convert

RGB 11 175 253 -
CMYK 0.96 0.31 0 0.01
HSL 199.34º 0.98% 0.52% -
HSV(B) 199.34º 0.96% 0.99% -
XYZ 33.2 37.82 98.48 -
YUV 134.86 194.67 39.66 -
System Red Green Blue C M Y K H S L
Decimal 11 175 253 0.96 0.31 0 0.01 199.34 0.98 0.52
Hex B AF FD 60 1F 0 1 C7 62 34
Octal 13 257 375 140 37 0 1 307 142 64
Binary 1011 10101111 11111101 1100000 11111 0 1 11000111 1100010 110100

Color Harmonies of #0BAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFFD

Black with #0BAFFD

Text Example


Text Example

White with #0BAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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