Html Css Color HEX #06D4F3 Deep Sky Blue

📋 copy color: '#06D4F3'

red 6 ◦ green 212 ◦ blue 243

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

Shades of Deep Sky Blue #06D4F3

Tints of Deep Sky Blue #06D4F3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

 BLUE value IS 243 (95.31% from 255) = 52.71%

R = 1.3%
G = 45.99%
B = 52.71%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06D4F3 (or 0x06D4F3) is known color: Deep Sky Blue. HEX triplet: 06, D4 and F3. RGB value is (6,212,243). Sum of RGB (Red+Green+Blue) = 6+212+243=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #06D4F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D4F3 is #F92B0C. Grayscale: #999999. Windows color (decimal): -16329485 or 15979526. OLE color: 15979526.

HSL color Cylindrical-coordinate representation of color #06D4F3: hue angle of 187.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06D4F3 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 212 243 -
CMYK 0.98 0.13 0 0.05
HSL 187.85º 0.95% 0.49% -
HSV(B) 187.85º 0.98% 0.95% -
XYZ 39.8 53.6 93.04 -
YUV 153.94 178.25 22.48 -
System Red Green Blue C M Y K H S L
Decimal 6 212 243 0.98 0.13 0 0.05 187.85 0.95 0.49
Hex 6 D4 F3 62 D 0 5 BC 5F 31
Octal 6 324 363 142 15 0 5 274 137 61
Binary 110 11010100 11110011 1100010 1101 0 101 10111100 1011111 110001

Color Harmonies of #06D4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D4F3

Black with #06D4F3

Text Example


Text Example

White with #06D4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,212,243); }

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

background-color css

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

 a { background-color: rgb(6,212,243); }

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

border-color css

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

 span { border-color: rgb(6,212,243); }

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