Html Css Color HEX #06BAFA Deep Sky Blue

📋 copy color: '#06BAFA'

red 6 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #06BAFA

Tints of Deep Sky Blue #06BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

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

R = 1.36%
G = 42.08%
B = 56.56%

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

#06BAFA (or 0x06BAFA) is known color: Deep Sky Blue. HEX triplet: 06, BA and FA. RGB value is (6,186,250). Sum of RGB (Red+Green+Blue) = 6+186+250=442 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #06BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BAFA is #F94505. Grayscale: #8B8B8B. Windows color (decimal): -16336134 or 16431622. OLE color: 16431622.

HSL color Cylindrical-coordinate representation of color #06BAFA: hue angle of 195.74º 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 #06BAFA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 186 250 -
CMYK 0.98 0.26 0 0.02
HSL 195.74º 0.96% 0.5% -
HSV(B) 195.74º 0.98% 0.98% -
XYZ 34.89 42.06 96.72 -
YUV 139.48 190.37 32.8 -
System Red Green Blue C M Y K H S L
Decimal 6 186 250 0.98 0.26 0 0.02 195.74 0.96 0.5
Hex 6 BA FA 62 1A 0 2 C4 60 32
Octal 6 272 372 142 32 0 2 304 140 62
Binary 110 10111010 11111010 1100010 11010 0 10 11000100 1100000 110010

Color Harmonies of #06BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BAFA

Black with #06BAFA

Text Example


Text Example

White with #06BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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