Html Css Color HEX #06B9FA Deep Sky Blue

📋 copy color: '#06B9FA'

red 6 ◦ green 185 ◦ blue 250

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

Shades of Deep Sky Blue #06B9FA

Tints of Deep Sky Blue #06B9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 1.36%
G = 41.95%
B = 56.69%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06B9FA (or 0x06B9FA) is known color: Deep Sky Blue. HEX triplet: 06, B9 and FA. RGB value is (6,185,250). Sum of RGB (Red+Green+Blue) = 6+185+250=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #06B9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B9FA is #F94605. Grayscale: #8A8A8A. Windows color (decimal): -16336390 or 16431366. OLE color: 16431366.

HSL color Cylindrical-coordinate representation of color #06B9FA: hue angle of 195.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06B9FA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 185 250 -
CMYK 0.98 0.26 0 0.02
HSL 195.98º 0.96% 0.5% -
HSV(B) 195.98º 0.98% 0.98% -
XYZ 34.68 41.64 96.65 -
YUV 138.89 190.7 33.21 -
System Red Green Blue C M Y K H S L
Decimal 6 185 250 0.98 0.26 0 0.02 195.98 0.96 0.5
Hex 6 B9 FA 62 1A 0 2 C4 60 32
Octal 6 271 372 142 32 0 2 304 140 62
Binary 110 10111001 11111010 1100010 11010 0 10 11000100 1100000 110010

Color Harmonies of #06B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B9FA

Black with #06B9FA

Text Example


Text Example

White with #06B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,185,250); }

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

background-color css

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

 a { background-color: rgb(6,185,250); }

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

border-color css

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

 span { border-color: rgb(6,185,250); }

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