Html Css Color HEX #06BCEA Deep Sky Blue

📋 copy color: '#06BCEA'

red 6 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #06BCEA

Tints of Deep Sky Blue #06BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

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

R = 1.4%
G = 43.93%
B = 54.67%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06BCEA (or 0x06BCEA) is known color: Deep Sky Blue. HEX triplet: 06, BC and EA. RGB value is (6,188,234). Sum of RGB (Red+Green+Blue) = 6+188+234=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #06BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCEA is #F94315. Grayscale: #8A8A8A. Windows color (decimal): -16335638 or 15383558. OLE color: 15383558.

HSL color Cylindrical-coordinate representation of color #06BCEA: hue angle of 192.11º 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 #06BCEA is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 188 234 -
CMYK 0.97 0.20 0 0.08
HSL 192.11º 0.95% 0.47% -
HSV(B) 192.11º 0.97% 0.92% -
XYZ 32.91 41.95 84.2 -
YUV 138.83 181.7 33.26 -
System Red Green Blue C M Y K H S L
Decimal 6 188 234 0.97 0.20 0 0.08 192.11 0.95 0.47
Hex 6 BC EA 61 14 0 8 C0 5F 2F
Octal 6 274 352 141 24 0 10 300 137 57
Binary 110 10111100 11101010 1100001 10100 0 1000 11000000 1011111 101111

Color Harmonies of #06BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCEA

Black with #06BCEA

Text Example


Text Example

White with #06BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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