Html Css Color HEX #06BDF7 Deep Sky Blue

📋 copy color: '#06BDF7'

red 6 ◦ green 189 ◦ blue 247

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

Shades of Deep Sky Blue #06BDF7

Tints of Deep Sky Blue #06BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.88%

R = 1.36%
G = 42.76%
B = 55.88%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#06BDF7 (or 0x06BDF7) is known color: Deep Sky Blue. HEX triplet: 06, BD and F7. RGB value is (6,189,247). Sum of RGB (Red+Green+Blue) = 6+189+247=442 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #06BDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDF7 is #F94208. Grayscale: #8C8C8C. Windows color (decimal): -16335369 or 16235782. OLE color: 16235782.

HSL color Cylindrical-coordinate representation of color #06BDF7: hue angle of 194.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BDF7 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 189 247 -
CMYK 0.98 0.23 0 0.03
HSL 194.44º 0.95% 0.5% -
HSV(B) 194.44º 0.98% 0.97% -
XYZ 35.06 43.15 94.48 -
YUV 140.9 187.87 31.78 -
System Red Green Blue C M Y K H S L
Decimal 6 189 247 0.98 0.23 0 0.03 194.44 0.95 0.5
Hex 6 BD F7 62 17 0 3 C2 5F 32
Octal 6 275 367 142 27 0 3 302 137 62
Binary 110 10111101 11110111 1100010 10111 0 11 11000010 1011111 110010

Color Harmonies of #06BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDF7

Black with #06BDF7

Text Example


Text Example

White with #06BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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