Html Css Color HEX #06BDFD Deep Sky Blue

📋 copy color: '#06BDFD'

red 6 ◦ green 189 ◦ blue 253

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

Shades of Deep Sky Blue #06BDFD

Tints of Deep Sky Blue #06BDFD

RGB

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

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

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

R = 1.34%
G = 42.19%
B = 56.47%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06BDFD (or 0x06BDFD) is known color: Deep Sky Blue. HEX triplet: 06, BD and FD. RGB value is (6,189,253). Sum of RGB (Red+Green+Blue) = 6+189+253=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #06BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDFD is #F94202. Grayscale: #8D8D8D. Windows color (decimal): -16335363 or 16628998. OLE color: 16628998.

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

Color convert

RGB 6 189 253 -
CMYK 0.98 0.25 0 0.01
HSL 195.55º 0.98% 0.51% -
HSV(B) 195.55º 0.98% 0.99% -
XYZ 36 43.53 99.43 -
YUV 141.58 190.87 31.3 -
System Red Green Blue C M Y K H S L
Decimal 6 189 253 0.98 0.25 0 0.01 195.55 0.98 0.51
Hex 6 BD FD 62 19 0 1 C4 62 33
Octal 6 275 375 142 31 0 1 304 142 63
Binary 110 10111101 11111101 1100010 11001 0 1 11000100 1100010 110011

Color Harmonies of #06BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDFD

Black with #06BDFD

Text Example


Text Example

White with #06BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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