Html Css Color HEX #06BDEF Deep Sky Blue

📋 copy color: '#06BDEF'

red 6 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #06BDEF

Tints of Deep Sky Blue #06BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 1.38%
G = 43.55%
B = 55.07%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06BDEF (or 0x06BDEF) is known color: Deep Sky Blue. HEX triplet: 06, BD and EF. RGB value is (6,189,239). Sum of RGB (Red+Green+Blue) = 6+189+239=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #06BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDEF is #F94210. Grayscale: #8B8B8B. Windows color (decimal): -16335377 or 15711494. OLE color: 15711494.

HSL color Cylindrical-coordinate representation of color #06BDEF: hue angle of 192.88º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDEF is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 189 239 -
CMYK 0.97 0.21 0 0.06
HSL 192.88º 0.95% 0.48% -
HSV(B) 192.88º 0.97% 0.94% -
XYZ 33.85 42.67 88.11 -
YUV 139.98 183.87 32.43 -
System Red Green Blue C M Y K H S L
Decimal 6 189 239 0.97 0.21 0 0.06 192.88 0.95 0.48
Hex 6 BD EF 61 15 0 6 C1 5F 30
Octal 6 275 357 141 25 0 6 301 137 60
Binary 110 10111101 11101111 1100001 10101 0 110 11000001 1011111 110000

Color Harmonies of #06BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDEF

Black with #06BDEF

Text Example


Text Example

White with #06BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,189,239); }

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

background-color css

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

 a { background-color: rgb(6,189,239); }

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

border-color css

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

 span { border-color: rgb(6,189,239); }

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