Html Css Color HEX #06B0FF Deep Sky Blue

📋 copy color: '#06B0FF'

red 6 ◦ green 176 ◦ blue 255

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

Shades of Deep Sky Blue #06B0FF

Tints of Deep Sky Blue #06B0FF

RGB

 RED value IS 6 (2.73% from 255) = 1.37%

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 1.37%
G = 40.27%
B = 58.35%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06B0FF (or 0x06B0FF) is known color: Deep Sky Blue. HEX triplet: 06, B0 and FF. RGB value is (6,176,255). Sum of RGB (Red+Green+Blue) = 6+176+255=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #06B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B0FF is #F94F00. Grayscale: #858585. Windows color (decimal): -16338689 or 16756742. OLE color: 16756742.

HSL color Cylindrical-coordinate representation of color #06B0FF: hue angle of 199.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06B0FF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 176 255 -
CMYK 0.98 0.31 0 0
HSL 199.04º 1% 0.51% -
HSV(B) 199.04º 0.98% 1% -
XYZ 33.65 38.31 100.23 -
YUV 134.18 196.18 36.58 -
System Red Green Blue C M Y K H S L
Decimal 6 176 255 0.98 0.31 0 0 199.04 1 0.51
Hex 6 B0 FF 62 1F 0 0 C7 64 33
Octal 6 260 377 142 37 0 0 307 144 63
Binary 110 10110000 11111111 1100010 11111 0 0 11000111 1100100 110011

Color Harmonies of #06B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B0FF

Black with #06B0FF

Text Example


Text Example

White with #06B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B0FF; }

 p { color: rgb(6,176,255); }

 H1.HeaderClassName
 {
   color: #06B0FF;
 }
 .AnyTagClassName
 {
   color: #06B0FF;
 }
</style>

background-color css

<style>
 a { background-color: #06B0FF; }

 a { background-color: rgb(6,176,255); }

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

border-color css

<style>
 span { border-color: #06B0FF; }

 span { border-color: rgb(6,176,255); }

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