Html Css Color HEX #06BAEA Deep Sky Blue

📋 copy color: '#06BAEA'

red 6 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #06BAEA

Tints of Deep Sky Blue #06BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 1.41%
G = 43.66%
B = 54.93%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06BAEA (or 0x06BAEA) is known color: Deep Sky Blue. HEX triplet: 06, BA and EA. RGB value is (6,186,234). Sum of RGB (Red+Green+Blue) = 6+186+234=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #06BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BAEA is #F94515. Grayscale: #898989. Windows color (decimal): -16336150 or 15383046. OLE color: 15383046.

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

Color convert

RGB 6 186 234 -
CMYK 0.97 0.21 0 0.08
HSL 192.63º 0.95% 0.47% -
HSV(B) 192.63º 0.97% 0.92% -
XYZ 32.49 41.1 84.06 -
YUV 137.65 182.37 34.1 -
System Red Green Blue C M Y K H S L
Decimal 6 186 234 0.97 0.21 0 0.08 192.63 0.95 0.47
Hex 6 BA EA 61 15 0 8 C1 5F 2F
Octal 6 272 352 141 25 0 10 301 137 57
Binary 110 10111010 11101010 1100001 10101 0 1000 11000001 1011111 101111

Color Harmonies of #06BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BAEA

Black with #06BAEA

Text Example


Text Example

White with #06BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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